Html Css Color HEX #AAB988 Caper

📋 copy color: '#AAB988'

red 170 ◦ green 185 ◦ blue 136

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

Shades of Caper #AAB988

Tints of Caper #AAB988

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 34.62%
G = 37.68%
B = 27.7%

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

#AAB988 (or 0xAAB988) is known color: Caper. HEX triplet: AA, B9 and 88. RGB value is (170,185,136). Sum of RGB (Red+Green+Blue) = 170+185+136=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB988 is #554677. Grayscale: #AFAFAF. Windows color (decimal): -5588600 or 8960426. OLE color: 8960426.

HSL color Cylindrical-coordinate representation of color #AAB988: hue angle of 78.37º 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 #AAB988 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 136 -
CMYK 0.08 0 0.26 0.27
HSL 78.37º 0.26% 0.63% -
HSV(B) 78.37º 0.26% 0.73% -
XYZ 38.37 45.02 29.96 -
YUV 174.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 170 185 136 0.08 0 0.26 0.27 78.37 0.26 0.63
Hex AA B9 88 8 0 1A 1B 4E 1A 3F
Octal 252 271 210 10 0 32 33 116 32 77
Binary 10101010 10111001 10001000 1000 0 11010 11011 1001110 11010 111111

Color Harmonies of #AAB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB988

Black with #AAB988

Text Example


Text Example

White with #AAB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB988; }

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

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

background-color css

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

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

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

border-color css

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

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

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