Html Css Color HEX #AAB686 Caper

📋 copy color: '#AAB686'

red 170 ◦ green 182 ◦ blue 134

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

Shades of Caper #AAB686

Tints of Caper #AAB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.45%

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

R = 34.98%
G = 37.45%
B = 27.57%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#AAB686 (or 0xAAB686) is known color: Caper. HEX triplet: AA, B6 and 86. RGB value is (170,182,134). Sum of RGB (Red+Green+Blue) = 170+182+134=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB686 is #554979. Grayscale: #ADADAD. Windows color (decimal): -5589370 or 8828586. OLE color: 8828586.

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

Color convert

RGB 170 182 134 -
CMYK 0.07 0 0.26 0.29
HSL 75º 0.25% 0.62% -
HSV(B) 75º 0.26% 0.71% -
XYZ 37.61 43.72 29.01 -
YUV 172.94 106.02 125.9 -
System Red Green Blue C M Y K H S L
Decimal 170 182 134 0.07 0 0.26 0.29 75 0.25 0.62
Hex AA B6 86 7 0 1A 1D 4B 19 3E
Octal 252 266 206 7 0 32 35 113 31 76
Binary 10101010 10110110 10000110 111 0 11010 11101 1001011 11001 111110

Color Harmonies of #AAB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB686

Black with #AAB686

Text Example


Text Example

White with #AAB686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB686; }

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

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

background-color css

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

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

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

border-color css

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

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

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