Html Css Color HEX #AAB786 Caper

📋 copy color: '#AAB786'

red 170 ◦ green 183 ◦ blue 134

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

Shades of Caper #AAB786

Tints of Caper #AAB786

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 34.91%
G = 37.58%
B = 27.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#AAB786 (or 0xAAB786) is known color: Caper. HEX triplet: AA, B7 and 86. RGB value is (170,183,134). Sum of RGB (Red+Green+Blue) = 170+183+134=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB786 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB786 is #554879. Grayscale: #ADADAD. Windows color (decimal): -5589114 or 8828842. OLE color: 8828842.

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

Color convert

RGB 170 183 134 -
CMYK 0.07 0 0.27 0.28
HSL 75.92º 0.25% 0.62% -
HSV(B) 75.92º 0.27% 0.72% -
XYZ 37.81 44.13 29.08 -
YUV 173.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 170 183 134 0.07 0 0.27 0.28 75.92 0.25 0.62
Hex AA B7 86 7 0 1B 1C 4C 19 3E
Octal 252 267 206 7 0 33 34 114 31 76
Binary 10101010 10110111 10000110 111 0 11011 11100 1001100 11001 111110

Color Harmonies of #AAB786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB786

Black with #AAB786

Text Example


Text Example

White with #AAB786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB786; }

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

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

background-color css

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

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

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

border-color css

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

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

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