Html Css Color HEX #AAB977 Caper

📋 copy color: '#AAB977'

red 170 ◦ green 185 ◦ blue 119

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

Shades of Caper #AAB977

Tints of Caper #AAB977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.11%

R = 35.86%
G = 39.03%
B = 25.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#AAB977 (or 0xAAB977) is known color: Caper. HEX triplet: AA, B9 and 77. RGB value is (170,185,119). Sum of RGB (Red+Green+Blue) = 170+185+119=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 185 (72.66% from 255 or 39.03% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB977 is #554688. Grayscale: #ADADAD. Windows color (decimal): -5588617 or 7846314. OLE color: 7846314.

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

Color convert

RGB 170 185 119 -
CMYK 0.08 0 0.36 0.27
HSL 73.64º 0.32% 0.6% -
HSV(B) 73.64º 0.36% 0.73% -
XYZ 37.26 44.58 24.09 -
YUV 172.99 97.53 125.87 -
System Red Green Blue C M Y K H S L
Decimal 170 185 119 0.08 0 0.36 0.27 73.64 0.32 0.6
Hex AA B9 77 8 0 24 1B 4A 20 3C
Octal 252 271 167 10 0 44 33 112 40 74
Binary 10101010 10111001 1110111 1000 0 100100 11011 1001010 100000 111100

Color Harmonies of #AAB977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB977

Black with #AAB977

Text Example


Text Example

White with #AAB977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB977; }

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

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

background-color css

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

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

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

border-color css

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

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

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