Html Css Color HEX #AAC071 Caper

📋 copy color: '#AAC071'

red 170 ◦ green 192 ◦ blue 113

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

Shades of Caper #AAC071

Tints of Caper #AAC071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.79%

R = 35.79%
G = 40.42%
B = 23.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#AAC071 (or 0xAAC071) is known color: Caper. HEX triplet: AA, C0 and 71. RGB value is (170,192,113). Sum of RGB (Red+Green+Blue) = 170+192+113=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 113 (44.53% from 255 or 23.79% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC071 is #553F8E. Grayscale: #B0B0B0. Windows color (decimal): -5586831 or 7454890. OLE color: 7454890.

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

Color convert

RGB 170 192 113 -
CMYK 0.11 0 0.41 0.25
HSL 76.71º 0.39% 0.6% -
HSV(B) 76.71º 0.41% 0.75% -
XYZ 38.41 47.44 22.75 -
YUV 176.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 170 192 113 0.11 0 0.41 0.25 76.71 0.39 0.6
Hex AA C0 71 B 0 29 19 4D 27 3C
Octal 252 300 161 13 0 51 31 115 47 74
Binary 10101010 11000000 1110001 1011 0 101001 11001 1001101 100111 111100

Color Harmonies of #AAC071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC071

Black with #AAC071

Text Example


Text Example

White with #AAC071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC071; }

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

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

background-color css

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

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

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

border-color css

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

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

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