Html Css Color HEX #AAB888 Caper

📋 copy color: '#AAB888'

red 170 ◦ green 184 ◦ blue 136

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

Shades of Caper #AAB888

Tints of Caper #AAB888

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.55%

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

R = 34.69%
G = 37.55%
B = 27.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#AAB888 (or 0xAAB888) is known color: Caper. HEX triplet: AA, B8 and 88. RGB value is (170,184,136). Sum of RGB (Red+Green+Blue) = 170+184+136=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB888 is #554777. Grayscale: #AEAEAE. Windows color (decimal): -5588856 or 8960170. OLE color: 8960170.

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

Color convert

RGB 170 184 136 -
CMYK 0.08 0 0.26 0.28
HSL 77.5º 0.25% 0.63% -
HSV(B) 77.5º 0.26% 0.72% -
XYZ 38.16 44.6 29.89 -
YUV 174.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 170 184 136 0.08 0 0.26 0.28 77.5 0.25 0.63
Hex AA B8 88 8 0 1A 1C 4E 19 3F
Octal 252 270 210 10 0 32 34 116 31 77
Binary 10101010 10111000 10001000 1000 0 11010 11100 1001110 11001 111111

Color Harmonies of #AAB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB888

Black with #AAB888

Text Example


Text Example

White with #AAB888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB888; }

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

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

background-color css

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

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

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

border-color css

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

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

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