Html Css Color HEX #AAB974 Caper

📋 copy color: '#AAB974'

red 170 ◦ green 185 ◦ blue 116

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

Shades of Caper #AAB974

Tints of Caper #AAB974

RGB

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

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

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

R = 36.09%
G = 39.28%
B = 24.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#AAB974 (or 0xAAB974) is known color: Caper. HEX triplet: AA, B9 and 74. RGB value is (170,185,116). Sum of RGB (Red+Green+Blue) = 170+185+116=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB974 is #55468B. Grayscale: #ACACAC. Windows color (decimal): -5588620 or 7649706. OLE color: 7649706.

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

Color convert

RGB 170 185 116 -
CMYK 0.08 0 0.37 0.27
HSL 73.04º 0.33% 0.59% -
HSV(B) 73.04º 0.37% 0.73% -
XYZ 37.08 44.5 23.16 -
YUV 172.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 170 185 116 0.08 0 0.37 0.27 73.04 0.33 0.59
Hex AA B9 74 8 0 25 1B 49 21 3B
Octal 252 271 164 10 0 45 33 111 41 73
Binary 10101010 10111001 1110100 1000 0 100101 11011 1001001 100001 111011

Color Harmonies of #AAB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB974

Black with #AAB974

Text Example


Text Example

White with #AAB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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