Html Css Color HEX #AAB774 Caper

📋 copy color: '#AAB774'

red 170 ◦ green 183 ◦ blue 116

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

Shades of Caper #AAB774

Tints of Caper #AAB774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.73%

R = 36.25%
G = 39.02%
B = 24.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#AAB774 (or 0xAAB774) is known color: Caper. HEX triplet: AA, B7 and 74. RGB value is (170,183,116). Sum of RGB (Red+Green+Blue) = 170+183+116=469 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.25% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB774 is #55488B. Grayscale: #ABABAB. Windows color (decimal): -5589132 or 7649194. OLE color: 7649194.

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

Color convert

RGB 170 183 116 -
CMYK 0.07 0 0.37 0.28
HSL 71.64º 0.32% 0.59% -
HSV(B) 71.64º 0.37% 0.72% -
XYZ 36.66 43.67 23.02 -
YUV 171.48 96.69 126.95 -
System Red Green Blue C M Y K H S L
Decimal 170 183 116 0.07 0 0.37 0.28 71.64 0.32 0.59
Hex AA B7 74 7 0 25 1C 48 20 3B
Octal 252 267 164 7 0 45 34 110 40 73
Binary 10101010 10110111 1110100 111 0 100101 11100 1001000 100000 111011

Color Harmonies of #AAB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB774

Black with #AAB774

Text Example


Text Example

White with #AAB774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB774; }

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

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

background-color css

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

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

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

border-color css

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

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

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