Html Css Color HEX #AAB689 Caper

📋 copy color: '#AAB689'

red 170 ◦ green 182 ◦ blue 137

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

Shades of Caper #AAB689

Tints of Caper #AAB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 34.76%
G = 37.22%
B = 28.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#AAB689 (or 0xAAB689) is known color: Caper. HEX triplet: AA, B6 and 89. RGB value is (170,182,137). Sum of RGB (Red+Green+Blue) = 170+182+137=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB689 is #554976. Grayscale: #ADADAD. Windows color (decimal): -5589367 or 9025194. OLE color: 9025194.

HSL color Cylindrical-coordinate representation of color #AAB689: hue angle of 76º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB689 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 137 -
CMYK 0.07 0 0.25 0.29
HSL 76º 0.24% 0.63% -
HSV(B) 76º 0.25% 0.71% -
XYZ 37.82 43.81 30.13 -
YUV 173.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 170 182 137 0.07 0 0.25 0.29 76 0.24 0.63
Hex AA B6 89 7 0 19 1D 4C 18 3F
Octal 252 266 211 7 0 31 35 114 30 77
Binary 10101010 10110110 10001001 111 0 11001 11101 1001100 11000 111111

Color Harmonies of #AAB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB689

Black with #AAB689

Text Example


Text Example

White with #AAB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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