Html Css Color HEX #AAC382 Caper

📋 copy color: '#AAC382'

red 170 ◦ green 195 ◦ blue 130

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

Shades of Caper #AAC382

Tints of Caper #AAC382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.39%

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

R = 34.34%
G = 39.39%
B = 26.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#AAC382 (or 0xAAC382) is known color: Caper. HEX triplet: AA, C3 and 82. RGB value is (170,195,130). Sum of RGB (Red+Green+Blue) = 170+195+130=495 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.34% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC382 is #553C7D. Grayscale: #B4B4B4. Windows color (decimal): -5586046 or 8569770. OLE color: 8569770.

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

Color convert

RGB 170 195 130 -
CMYK 0.13 0 0.33 0.24
HSL 83.08º 0.35% 0.64% -
HSV(B) 83.08º 0.33% 0.76% -
XYZ 40.12 49.19 28.5 -
YUV 180.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 170 195 130 0.13 0 0.33 0.24 83.08 0.35 0.64
Hex AA C3 82 D 0 21 18 53 23 40
Octal 252 303 202 15 0 41 30 123 43 100
Binary 10101010 11000011 10000010 1101 0 100001 11000 1010011 100011 1000000

Color Harmonies of #AAC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC382

Black with #AAC382

Text Example


Text Example

White with #AAC382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC382; }

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

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

background-color css

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

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

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

border-color css

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

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

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