Html Css Color HEX #A6B776 Caper

📋 copy color: '#A6B776'

red 166 ◦ green 183 ◦ blue 118

#A6B776
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #A6B776

Tints of Caper #A6B776

RGB

 RED value IS 166 (65.23% from 255) = 35.55%

 GREEN value IS 183 (71.88% from 255) = 39.19%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 35.55%
G = 39.19%
B = 25.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6B776 (or 0xA6B776) is known color: Caper. HEX triplet: A6, B7 and 76. RGB value is (166,183,118). Sum of RGB (Red+Green+Blue) = 166+183+118=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #A6B776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6B776 is #594889. Grayscale: #AAAAAA. Windows color (decimal): -5851274 or 7780262. OLE color: 7780262.

HSL color Cylindrical-coordinate representation of color #A6B776: hue angle of 75.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A6B776 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 166 183 118 -
CMYK 0.09 0 0.36 0.28
HSL 75.69º 0.31% 0.59% -
HSV(B) 75.69º 0.36% 0.72% -
XYZ 35.93 43.28 23.6 -
YUV 170.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 166 183 118 0.09 0 0.36 0.28 75.69 0.31 0.59
Hex A6 B7 76 9 0 24 1C 4C 1F 3B
Octal 246 267 166 11 0 44 34 114 37 73
Binary 10100110 10110111 1110110 1001 0 100100 11100 1001100 11111 111011

Color Harmonies of #A6B776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6B776

Black with #A6B776

Text Example


Text Example

White with #A6B776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6B776; }

 p { color: rgb(166,183,118); }

 H1.HeaderClassName
 {
   color: #A6B776;
 }
 .AnyTagClassName
 {
   color: #A6B776;
 }
</style>

background-color css

<style>
 a { background-color: #A6B776; }

 a { background-color: rgb(166,183,118); }

 div.DivClassName
 {
   background-color: #A6B776;
 }
 .BgClassName
 {
   background-color: #A6B776;
 }
</style>

border-color css

<style>
 span { border-color: #A6B776; }

 span { border-color: rgb(166,183,118); }

 td.TdClassName
 {
   border-color: #A6B776;
 }
 .TagClassName
 {
   border-color: #A6B776;
 }
</style>