Html Css Color HEX #AAC079 Caper

📋 copy color: '#AAC079'

red 170 ◦ green 192 ◦ blue 121

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

Shades of Caper #AAC079

Tints of Caper #AAC079

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.75%

 BLUE value IS 121 (47.66% from 255) = 25.05%

R = 35.2%
G = 39.75%
B = 25.05%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#AAC079 (or 0xAAC079) is known color: Caper. HEX triplet: AA, C0 and 79. RGB value is (170,192,121). Sum of RGB (Red+Green+Blue) = 170+192+121=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC079 is #553F86. Grayscale: #B1B1B1. Windows color (decimal): -5586823 or 7979178. OLE color: 7979178.

HSL color Cylindrical-coordinate representation of color #AAC079: hue angle of 78.59º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC079 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 121 -
CMYK 0.11 0 0.37 0.25
HSL 78.59º 0.36% 0.61% -
HSV(B) 78.59º 0.37% 0.75% -
XYZ 38.88 47.63 25.23 -
YUV 177.33 96.21 122.77 -
System Red Green Blue C M Y K H S L
Decimal 170 192 121 0.11 0 0.37 0.25 78.59 0.36 0.61
Hex AA C0 79 B 0 25 19 4F 24 3D
Octal 252 300 171 13 0 45 31 117 44 75
Binary 10101010 11000000 1111001 1011 0 100101 11001 1001111 100100 111101

Color Harmonies of #AAC079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC079

Black with #AAC079

Text Example


Text Example

White with #AAC079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC079; }

 p { color: rgb(170,192,121); }

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

background-color css

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

 a { background-color: rgb(170,192,121); }

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

border-color css

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

 span { border-color: rgb(170,192,121); }

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