Html Css Color HEX #AAB972 Caper

📋 copy color: '#AAB972'

red 170 ◦ green 185 ◦ blue 114

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

Shades of Caper #AAB972

Tints of Caper #AAB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.45%

 BLUE value IS 114 (44.92% from 255) = 24.31%

R = 36.25%
G = 39.45%
B = 24.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#AAB972 (or 0xAAB972) is known color: Caper. HEX triplet: AA, B9 and 72. RGB value is (170,185,114). Sum of RGB (Red+Green+Blue) = 170+185+114=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB972 is #55468D. Grayscale: #ACACAC. Windows color (decimal): -5588622 or 7518634. OLE color: 7518634.

HSL color Cylindrical-coordinate representation of color #AAB972: hue angle of 72.68º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAB972 is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 114 -
CMYK 0.08 0 0.38 0.27
HSL 72.68º 0.34% 0.59% -
HSV(B) 72.68º 0.38% 0.73% -
XYZ 36.96 44.46 22.55 -
YUV 172.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 170 185 114 0.08 0 0.38 0.27 72.68 0.34 0.59
Hex AA B9 72 8 0 26 1B 49 22 3B
Octal 252 271 162 10 0 46 33 111 42 73
Binary 10101010 10111001 1110010 1000 0 100110 11011 1001001 100010 111011

Color Harmonies of #AAB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB972

Black with #AAB972

Text Example


Text Example

White with #AAB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB972; }

 p { color: rgb(170,185,114); }

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

background-color css

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

 a { background-color: rgb(170,185,114); }

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

border-color css

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

 span { border-color: rgb(170,185,114); }

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