Html Css Color HEX #AAB771 Caper

📋 copy color: '#AAB771'

red 170 ◦ green 183 ◦ blue 113

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

Shades of Caper #AAB771

Tints of Caper #AAB771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.25%

R = 36.48%
G = 39.27%
B = 24.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#AAB771 (or 0xAAB771) is known color: Caper. HEX triplet: AA, B7 and 71. RGB value is (170,183,113). Sum of RGB (Red+Green+Blue) = 170+183+113=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB771 is #55488E. Grayscale: #ABABAB. Windows color (decimal): -5589135 or 7452586. OLE color: 7452586.

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

Color convert

RGB 170 183 113 -
CMYK 0.07 0 0.38 0.28
HSL 71.14º 0.33% 0.58% -
HSV(B) 71.14º 0.38% 0.72% -
XYZ 36.49 43.61 22.12 -
YUV 171.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 170 183 113 0.07 0 0.38 0.28 71.14 0.33 0.58
Hex AA B7 71 7 0 26 1C 47 21 3A
Octal 252 267 161 7 0 46 34 107 41 72
Binary 10101010 10110111 1110001 111 0 100110 11100 1000111 100001 111010

Color Harmonies of #AAB771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB771

Black with #AAB771

Text Example


Text Example

White with #AAB771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB771; }

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

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

background-color css

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

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

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

border-color css

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

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

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