Html Css Color HEX #AAC182 Caper

📋 copy color: '#AAC182'

red 170 ◦ green 193 ◦ blue 130

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

Shades of Caper #AAC182

Tints of Caper #AAC182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.37%

R = 34.48%
G = 39.15%
B = 26.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#AAC182 (or 0xAAC182) is known color: Caper. HEX triplet: AA, C1 and 82. RGB value is (170,193,130). Sum of RGB (Red+Green+Blue) = 170+193+130=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC182 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC182 is #553E7D. Grayscale: #B3B3B3. Windows color (decimal): -5586558 or 8569258. OLE color: 8569258.

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

Color convert

RGB 170 193 130 -
CMYK 0.12 0 0.33 0.24
HSL 81.9º 0.34% 0.63% -
HSV(B) 81.9º 0.33% 0.76% -
XYZ 39.68 48.3 28.35 -
YUV 178.94 100.38 121.62 -
System Red Green Blue C M Y K H S L
Decimal 170 193 130 0.12 0 0.33 0.24 81.9 0.34 0.63
Hex AA C1 82 C 0 21 18 52 22 3F
Octal 252 301 202 14 0 41 30 122 42 77
Binary 10101010 11000001 10000010 1100 0 100001 11000 1010010 100010 111111

Color Harmonies of #AAC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC182

Black with #AAC182

Text Example


Text Example

White with #AAC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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