Html Css Color HEX #AABD86 Caper

📋 copy color: '#AABD86'

red 170 ◦ green 189 ◦ blue 134

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

Shades of Caper #AABD86

Tints of Caper #AABD86

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

 BLUE value IS 134 (52.73% from 255) = 27.18%

R = 34.48%
G = 38.34%
B = 27.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#AABD86 (or 0xAABD86) is known color: Caper. HEX triplet: AA, BD and 86. RGB value is (170,189,134). Sum of RGB (Red+Green+Blue) = 170+189+134=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD86 is #554279. Grayscale: #B1B1B1. Windows color (decimal): -5587578 or 8830378. OLE color: 8830378.

HSL color Cylindrical-coordinate representation of color #AABD86: hue angle of 80.73º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABD86 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 134 -
CMYK 0.10 0 0.29 0.26
HSL 80.73º 0.29% 0.63% -
HSV(B) 80.73º 0.29% 0.74% -
XYZ 39.08 46.66 29.5 -
YUV 177.05 103.71 122.97 -
System Red Green Blue C M Y K H S L
Decimal 170 189 134 0.10 0 0.29 0.26 80.73 0.29 0.63
Hex AA BD 86 A 0 1D 1A 51 1D 3F
Octal 252 275 206 12 0 35 32 121 35 77
Binary 10101010 10111101 10000110 1010 0 11101 11010 1010001 11101 111111

Color Harmonies of #AABD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD86

Black with #AABD86

Text Example


Text Example

White with #AABD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD86; }

 p { color: rgb(170,189,134); }

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

background-color css

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

 a { background-color: rgb(170,189,134); }

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

border-color css

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

 span { border-color: rgb(170,189,134); }

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