Html Css Color HEX #AAB772 Caper

📋 copy color: '#AAB772'

red 170 ◦ green 183 ◦ blue 114

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

Shades of Caper #AAB772

Tints of Caper #AAB772

RGB

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

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

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

R = 36.4%
G = 39.19%
B = 24.41%

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

#AAB772 (or 0xAAB772) is known color: Caper. HEX triplet: AA, B7 and 72. RGB value is (170,183,114). Sum of RGB (Red+Green+Blue) = 170+183+114=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB772 is #55488D. Grayscale: #ABABAB. Windows color (decimal): -5589134 or 7518122. OLE color: 7518122.

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

Color convert

RGB 170 183 114 -
CMYK 0.07 0 0.38 0.28
HSL 71.3º 0.32% 0.58% -
HSV(B) 71.3º 0.38% 0.72% -
XYZ 36.55 43.63 22.41 -
YUV 171.25 95.69 127.11 -
System Red Green Blue C M Y K H S L
Decimal 170 183 114 0.07 0 0.38 0.28 71.3 0.32 0.58
Hex AA B7 72 7 0 26 1C 47 20 3A
Octal 252 267 162 7 0 46 34 107 40 72
Binary 10101010 10110111 1110010 111 0 100110 11100 1000111 100000 111010

Color Harmonies of #AAB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB772

Black with #AAB772

Text Example


Text Example

White with #AAB772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB772; }

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

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

background-color css

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

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

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

border-color css

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

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

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