Html Css Color HEX #AAC96A Caper

📋 copy color: '#AAC96A'

red 170 ◦ green 201 ◦ blue 106

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

Shades of Caper #AAC96A

Tints of Caper #AAC96A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.14%

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

R = 35.64%
G = 42.14%
B = 22.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.47

 K value IS 0.21

RGB Variations

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

Color information

#AAC96A (or 0xAAC96A) is known color: Caper. HEX triplet: AA, C9 and 6A. RGB value is (170,201,106). Sum of RGB (Red+Green+Blue) = 170+201+106=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC96A is #553695. Grayscale: #B5B5B5. Windows color (decimal): -5584534 or 6998442. OLE color: 6998442.

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

Color convert

RGB 170 201 106 -
CMYK 0.15 0 0.47 0.21
HSL 79.58º 0.47% 0.6% -
HSV(B) 79.58º 0.47% 0.79% -
XYZ 40.07 51.36 21.44 -
YUV 180.9 85.73 120.22 -
System Red Green Blue C M Y K H S L
Decimal 170 201 106 0.15 0 0.47 0.21 79.58 0.47 0.6
Hex AA C9 6A F 0 2F 15 50 2F 3C
Octal 252 311 152 17 0 57 25 120 57 74
Binary 10101010 11001001 1101010 1111 0 101111 10101 1010000 101111 111100

Color Harmonies of #AAC96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC96A

Black with #AAC96A

Text Example


Text Example

White with #AAC96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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