Html Css Color HEX #AAC077 Caper

📋 copy color: '#AAC077'

red 170 ◦ green 192 ◦ blue 119

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

Shades of Caper #AAC077

Tints of Caper #AAC077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.74%

R = 35.34%
G = 39.92%
B = 24.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#AAC077 (or 0xAAC077) is known color: Caper. HEX triplet: AA, C0 and 77. RGB value is (170,192,119). Sum of RGB (Red+Green+Blue) = 170+192+119=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 119 (46.88% from 255 or 24.74% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC077 is #553F88. Grayscale: #B1B1B1. Windows color (decimal): -5586825 or 7848106. OLE color: 7848106.

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

Color convert

RGB 170 192 119 -
CMYK 0.11 0 0.38 0.25
HSL 78.08º 0.37% 0.61% -
HSV(B) 78.08º 0.38% 0.75% -
XYZ 38.76 47.58 24.59 -
YUV 177.1 95.21 122.94 -
System Red Green Blue C M Y K H S L
Decimal 170 192 119 0.11 0 0.38 0.25 78.08 0.37 0.61
Hex AA C0 77 B 0 26 19 4E 25 3D
Octal 252 300 167 13 0 46 31 116 45 75
Binary 10101010 11000000 1110111 1011 0 100110 11001 1001110 100101 111101

Color Harmonies of #AAC077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC077

Black with #AAC077

Text Example


Text Example

White with #AAC077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC077; }

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

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

background-color css

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

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

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

border-color css

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

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

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