Html Css Color HEX #AAB577 Caper

📋 copy color: '#AAB577'

red 170 ◦ green 181 ◦ blue 119

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

Shades of Caper #AAB577

Tints of Caper #AAB577

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.51%

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

R = 36.17%
G = 38.51%
B = 25.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#AAB577 (or 0xAAB577) is known color: Caper. HEX triplet: AA, B5 and 77. RGB value is (170,181,119). Sum of RGB (Red+Green+Blue) = 170+181+119=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 119 (46.88% from 255 or 25.32% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB577 is #554A88. Grayscale: #AAAAAA. Windows color (decimal): -5589641 or 7845290. OLE color: 7845290.

HSL color Cylindrical-coordinate representation of color #AAB577: hue angle of 70.65º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAB577 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 119 -
CMYK 0.06 0 0.34 0.29
HSL 70.65º 0.3% 0.59% -
HSV(B) 70.65º 0.34% 0.71% -
XYZ 36.43 42.93 23.82 -
YUV 170.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 170 181 119 0.06 0 0.34 0.29 70.65 0.3 0.59
Hex AA B5 77 6 0 22 1D 47 1E 3B
Octal 252 265 167 6 0 42 35 107 36 73
Binary 10101010 10110101 1110111 110 0 100010 11101 1000111 11110 111011

Color Harmonies of #AAB577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB577

Black with #AAB577

Text Example


Text Example

White with #AAB577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB577; }

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

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

background-color css

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

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

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

border-color css

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

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

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