Html Css Color HEX #AAB970 Caper

📋 copy color: '#AAB970'

red 170 ◦ green 185 ◦ blue 112

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

Shades of Caper #AAB970

Tints of Caper #AAB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.98%

R = 36.4%
G = 39.61%
B = 23.98%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#AAB970 (or 0xAAB970) is known color: Caper. HEX triplet: AA, B9 and 70. RGB value is (170,185,112). Sum of RGB (Red+Green+Blue) = 170+185+112=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB970 is #55468F. Grayscale: #ACACAC. Windows color (decimal): -5588624 or 7387562. OLE color: 7387562.

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

Color convert

RGB 170 185 112 -
CMYK 0.08 0 0.39 0.27
HSL 72.33º 0.34% 0.58% -
HSV(B) 72.33º 0.39% 0.73% -
XYZ 36.85 44.41 21.96 -
YUV 172.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 170 185 112 0.08 0 0.39 0.27 72.33 0.34 0.58
Hex AA B9 70 8 0 27 1B 48 22 3A
Octal 252 271 160 10 0 47 33 110 42 72
Binary 10101010 10111001 1110000 1000 0 100111 11011 1001000 100010 111010

Color Harmonies of #AAB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB970

Black with #AAB970

Text Example


Text Example

White with #AAB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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