Html Css Color HEX #AAB989 Caper

📋 copy color: '#AAB989'

red 170 ◦ green 185 ◦ blue 137

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

Shades of Caper #AAB989

Tints of Caper #AAB989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 34.55%
G = 37.6%
B = 27.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#AAB989 (or 0xAAB989) is known color: Caper. HEX triplet: AA, B9 and 89. RGB value is (170,185,137). Sum of RGB (Red+Green+Blue) = 170+185+137=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB989 is #554676. Grayscale: #AFAFAF. Windows color (decimal): -5588599 or 9025962. OLE color: 9025962.

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

Color convert

RGB 170 185 137 -
CMYK 0.08 0 0.26 0.27
HSL 78.75º 0.26% 0.63% -
HSV(B) 78.75º 0.26% 0.73% -
XYZ 38.44 45.05 30.34 -
YUV 175.04 106.53 124.4 -
System Red Green Blue C M Y K H S L
Decimal 170 185 137 0.08 0 0.26 0.27 78.75 0.26 0.63
Hex AA B9 89 8 0 1A 1B 4F 1A 3F
Octal 252 271 211 10 0 32 33 117 32 77
Binary 10101010 10111001 10001001 1000 0 11010 11011 1001111 11010 111111

Color Harmonies of #AAB989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB989

Black with #AAB989

Text Example


Text Example

White with #AAB989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB989; }

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

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

background-color css

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

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

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

border-color css

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

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

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