Html Css Color HEX #AAC86A Caper

📋 copy color: '#AAC86A'

red 170 ◦ green 200 ◦ blue 106

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

Shades of Caper #AAC86A

Tints of Caper #AAC86A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 42.02%

 BLUE value IS 106 (41.8% from 255) = 22.27%

R = 35.71%
G = 42.02%
B = 22.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#AAC86A (or 0xAAC86A) is known color: Caper. HEX triplet: AA, C8 and 6A. RGB value is (170,200,106). Sum of RGB (Red+Green+Blue) = 170+200+106=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC86A is #553795. Grayscale: #B4B4B4. Windows color (decimal): -5584790 or 6998186. OLE color: 6998186.

HSL color Cylindrical-coordinate representation of color #AAC86A: hue angle of 79.15º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AAC86A is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 106 -
CMYK 0.15 0 0.47 0.22
HSL 79.15º 0.46% 0.6% -
HSV(B) 79.15º 0.47% 0.78% -
XYZ 39.83 50.9 21.36 -
YUV 180.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 170 200 106 0.15 0 0.47 0.22 79.15 0.46 0.6
Hex AA C8 6A F 0 2F 16 4F 2E 3C
Octal 252 310 152 17 0 57 26 117 56 74
Binary 10101010 11001000 1101010 1111 0 101111 10110 1001111 101110 111100

Color Harmonies of #AAC86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC86A

Black with #AAC86A

Text Example


Text Example

White with #AAC86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC86A; }

 p { color: rgb(170,200,106); }

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

background-color css

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

 a { background-color: rgb(170,200,106); }

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

border-color css

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

 span { border-color: rgb(170,200,106); }

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