Html Css Color HEX #AAB87F Caper

📋 copy color: '#AAB87F'

red 170 ◦ green 184 ◦ blue 127

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

Shades of Caper #AAB87F

Tints of Caper #AAB87F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.25%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 35.34%
G = 38.25%
B = 26.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#AAB87F (or 0xAAB87F) is known color: Caper. HEX triplet: AA, B8 and 7F. RGB value is (170,184,127). Sum of RGB (Red+Green+Blue) = 170+184+127=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB87F is #554780. Grayscale: #ADADAD. Windows color (decimal): -5588865 or 8370346. OLE color: 8370346.

HSL color Cylindrical-coordinate representation of color #AAB87F: hue angle of 74.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAB87F is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 127 -
CMYK 0.08 0 0.31 0.28
HSL 74.74º 0.29% 0.61% -
HSV(B) 74.74º 0.31% 0.72% -
XYZ 37.55 44.36 26.66 -
YUV 173.32 101.86 125.63 -
System Red Green Blue C M Y K H S L
Decimal 170 184 127 0.08 0 0.31 0.28 74.74 0.29 0.61
Hex AA B8 7F 8 0 1F 1C 4B 1D 3D
Octal 252 270 177 10 0 37 34 113 35 75
Binary 10101010 10111000 1111111 1000 0 11111 11100 1001011 11101 111101

Color Harmonies of #AAB87F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB87F

Black with #AAB87F

Text Example


Text Example

White with #AAB87F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB87F; }

 p { color: rgb(170,184,127); }

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

background-color css

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

 a { background-color: rgb(170,184,127); }

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

border-color css

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

 span { border-color: rgb(170,184,127); }

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