Html Css Color HEX #AABA88 Caper

📋 copy color: '#AABA88'

red 170 ◦ green 186 ◦ blue 136

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

Shades of Caper #AABA88

Tints of Caper #AABA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.8%

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

R = 34.55%
G = 37.8%
B = 27.64%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#AABA88 (or 0xAABA88) is known color: Caper. HEX triplet: AA, BA and 88. RGB value is (170,186,136). Sum of RGB (Red+Green+Blue) = 170+186+136=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA88 is #554577. Grayscale: #AFAFAF. Windows color (decimal): -5588344 or 8960682. OLE color: 8960682.

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

Color convert

RGB 170 186 136 -
CMYK 0.09 0 0.27 0.27
HSL 79.2º 0.27% 0.63% -
HSV(B) 79.2º 0.27% 0.73% -
XYZ 38.58 45.44 30.03 -
YUV 175.52 105.7 124.07 -
System Red Green Blue C M Y K H S L
Decimal 170 186 136 0.09 0 0.27 0.27 79.2 0.27 0.63
Hex AA BA 88 9 0 1B 1B 4F 1B 3F
Octal 252 272 210 11 0 33 33 117 33 77
Binary 10101010 10111010 10001000 1001 0 11011 11011 1001111 11011 111111

Color Harmonies of #AABA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA88

Black with #AABA88

Text Example


Text Example

White with #AABA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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