Html Css Color HEX #AAB876 Caper

📋 copy color: '#AAB876'

red 170 ◦ green 184 ◦ blue 118

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

Shades of Caper #AAB876

Tints of Caper #AAB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.98%

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

R = 36.02%
G = 38.98%
B = 25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#AAB876 (or 0xAAB876) is known color: Caper. HEX triplet: AA, B8 and 76. RGB value is (170,184,118). Sum of RGB (Red+Green+Blue) = 170+184+118=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 118 (46.48% from 255 or 25% from 472); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB876 is #554789. Grayscale: #ACACAC. Windows color (decimal): -5588874 or 7780522. OLE color: 7780522.

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

Color convert

RGB 170 184 118 -
CMYK 0.08 0 0.36 0.28
HSL 72.73º 0.32% 0.59% -
HSV(B) 72.73º 0.36% 0.72% -
XYZ 36.99 44.14 23.71 -
YUV 172.29 97.36 126.37 -
System Red Green Blue C M Y K H S L
Decimal 170 184 118 0.08 0 0.36 0.28 72.73 0.32 0.59
Hex AA B8 76 8 0 24 1C 49 20 3B
Octal 252 270 166 10 0 44 34 111 40 73
Binary 10101010 10111000 1110110 1000 0 100100 11100 1001001 100000 111011

Color Harmonies of #AAB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB876

Black with #AAB876

Text Example


Text Example

White with #AAB876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB876; }

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

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

background-color css

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

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

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

border-color css

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

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

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