Html Css Color HEX #AAB776 Caper

📋 copy color: '#AAB776'

red 170 ◦ green 183 ◦ blue 118

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

Shades of Caper #AAB776

Tints of Caper #AAB776

RGB

 RED value IS 170 (66.8% from 255) = 36.09%

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

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

R = 36.09%
G = 38.85%
B = 25.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#AAB776 (or 0xAAB776) is known color: Caper. HEX triplet: AA, B7 and 76. RGB value is (170,183,118). Sum of RGB (Red+Green+Blue) = 170+183+118=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB776 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB776 is #554889. Grayscale: #ABABAB. Windows color (decimal): -5589130 or 7780266. OLE color: 7780266.

HSL color Cylindrical-coordinate representation of color #AAB776: hue angle of 72º 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 #AAB776 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 118 -
CMYK 0.07 0 0.36 0.28
HSL 72º 0.31% 0.59% -
HSV(B) 72º 0.36% 0.72% -
XYZ 36.78 43.72 23.64 -
YUV 171.7 97.69 126.79 -
System Red Green Blue C M Y K H S L
Decimal 170 183 118 0.07 0 0.36 0.28 72 0.31 0.59
Hex AA B7 76 7 0 24 1C 48 1F 3B
Octal 252 267 166 7 0 44 34 110 37 73
Binary 10101010 10110111 1110110 111 0 100100 11100 1001000 11111 111011

Color Harmonies of #AAB776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB776

Black with #AAB776

Text Example


Text Example

White with #AAB776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB776; }

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

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

background-color css

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

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

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

border-color css

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

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

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