Html Css Color HEX #AAC170 Caper

📋 copy color: '#AAC170'

red 170 ◦ green 193 ◦ blue 112

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

Shades of Caper #AAC170

Tints of Caper #AAC170

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 112 (44.14% from 255) = 23.58%

R = 35.79%
G = 40.63%
B = 23.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#AAC170 (or 0xAAC170) is known color: Caper. HEX triplet: AA, C1 and 70. RGB value is (170,193,112). Sum of RGB (Red+Green+Blue) = 170+193+112=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC170 is #553E8F. Grayscale: #B1B1B1. Windows color (decimal): -5586576 or 7389610. OLE color: 7389610.

HSL color Cylindrical-coordinate representation of color #AAC170: hue angle of 77.04º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC170 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 112 -
CMYK 0.12 0 0.42 0.24
HSL 77.04º 0.4% 0.6% -
HSV(B) 77.04º 0.42% 0.76% -
XYZ 38.57 47.86 22.53 -
YUV 176.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 170 193 112 0.12 0 0.42 0.24 77.04 0.4 0.6
Hex AA C1 70 C 0 2A 18 4D 28 3C
Octal 252 301 160 14 0 52 30 115 50 74
Binary 10101010 11000001 1110000 1100 0 101010 11000 1001101 101000 111100

Color Harmonies of #AAC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC170

Black with #AAC170

Text Example


Text Example

White with #AAC170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC170; }

 p { color: rgb(170,193,112); }

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

background-color css

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

 a { background-color: rgb(170,193,112); }

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

border-color css

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

 span { border-color: rgb(170,193,112); }

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