Html Css Color HEX #AAB870 Caper

📋 copy color: '#AAB870'

red 170 ◦ green 184 ◦ blue 112

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

Shades of Caper #AAB870

Tints of Caper #AAB870

RGB

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

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

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

R = 36.48%
G = 39.48%
B = 24.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#AAB870 (or 0xAAB870) is known color: Caper. HEX triplet: AA, B8 and 70. RGB value is (170,184,112). Sum of RGB (Red+Green+Blue) = 170+184+112=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB870 is #55478F. Grayscale: #ABABAB. Windows color (decimal): -5588880 or 7387306. OLE color: 7387306.

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

Color convert

RGB 170 184 112 -
CMYK 0.08 0 0.39 0.28
HSL 71.67º 0.34% 0.58% -
HSV(B) 71.67º 0.39% 0.72% -
XYZ 36.64 44 21.89 -
YUV 171.61 94.36 126.85 -
System Red Green Blue C M Y K H S L
Decimal 170 184 112 0.08 0 0.39 0.28 71.67 0.34 0.58
Hex AA B8 70 8 0 27 1C 48 22 3A
Octal 252 270 160 10 0 47 34 110 42 72
Binary 10101010 10111000 1110000 1000 0 100111 11100 1001000 100010 111010

Color Harmonies of #AAB870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB870

Black with #AAB870

Text Example


Text Example

White with #AAB870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB870; }

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

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

background-color css

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

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

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

border-color css

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

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

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