Html Css Color HEX #AAB86F Caper

📋 copy color: '#AAB86F'

red 170 ◦ green 184 ◦ blue 111

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

Shades of Caper #AAB86F

Tints of Caper #AAB86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.87%

R = 36.56%
G = 39.57%
B = 23.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#AAB86F (or 0xAAB86F) is known color: Caper. HEX triplet: AA, B8 and 6F. RGB value is (170,184,111). Sum of RGB (Red+Green+Blue) = 170+184+111=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB86F is #554790. Grayscale: #ABABAB. Windows color (decimal): -5588881 or 7321770. OLE color: 7321770.

HSL color Cylindrical-coordinate representation of color #AAB86F: hue angle of 71.51º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AAB86F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 111 -
CMYK 0.08 0 0.40 0.28
HSL 71.51º 0.34% 0.58% -
HSV(B) 71.51º 0.4% 0.72% -
XYZ 36.59 43.97 21.6 -
YUV 171.49 93.86 126.94 -
System Red Green Blue C M Y K H S L
Decimal 170 184 111 0.08 0 0.40 0.28 71.51 0.34 0.58
Hex AA B8 6F 8 0 28 1C 48 22 3A
Octal 252 270 157 10 0 50 34 110 42 72
Binary 10101010 10111000 1101111 1000 0 101000 11100 1001000 100010 111010

Color Harmonies of #AAB86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB86F

Black with #AAB86F

Text Example


Text Example

White with #AAB86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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