Html Css Color HEX #AABA87 Caper

📋 copy color: '#AABA87'

red 170 ◦ green 186 ◦ blue 135

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

Shades of Caper #AABA87

Tints of Caper #AABA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.49%

R = 34.62%
G = 37.88%
B = 27.49%

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

#AABA87 (or 0xAABA87) is known color: Caper. HEX triplet: AA, BA and 87. RGB value is (170,186,135). Sum of RGB (Red+Green+Blue) = 170+186+135=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 135 (53.12% from 255 or 27.49% from 491); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABA87 is #554578. Grayscale: #AFAFAF. Windows color (decimal): -5588345 or 8895146. OLE color: 8895146.

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

Color convert

RGB 170 186 135 -
CMYK 0.09 0 0.27 0.27
HSL 78.82º 0.27% 0.63% -
HSV(B) 78.82º 0.27% 0.73% -
XYZ 38.51 45.41 29.66 -
YUV 175.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 170 186 135 0.09 0 0.27 0.27 78.82 0.27 0.63
Hex AA BA 87 9 0 1B 1B 4F 1B 3F
Octal 252 272 207 11 0 33 33 117 33 77
Binary 10101010 10111010 10000111 1001 0 11011 11011 1001111 11011 111111

Color Harmonies of #AABA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA87

Black with #AABA87

Text Example


Text Example

White with #AABA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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