Html Css Color HEX #AAC386 Caper

📋 copy color: '#AAC386'

red 170 ◦ green 195 ◦ blue 134

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

Shades of Caper #AAC386

Tints of Caper #AAC386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 26.85%

R = 34.07%
G = 39.08%
B = 26.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#AAC386 (or 0xAAC386) is known color: Caper. HEX triplet: AA, C3 and 86. RGB value is (170,195,134). Sum of RGB (Red+Green+Blue) = 170+195+134=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC386 is #553C79. Grayscale: #B4B4B4. Windows color (decimal): -5586042 or 8831914. OLE color: 8831914.

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

Color convert

RGB 170 195 134 -
CMYK 0.13 0 0.31 0.24
HSL 84.59º 0.34% 0.65% -
HSV(B) 84.59º 0.31% 0.76% -
XYZ 40.4 49.3 29.94 -
YUV 180.57 101.72 120.46 -
System Red Green Blue C M Y K H S L
Decimal 170 195 134 0.13 0 0.31 0.24 84.59 0.34 0.65
Hex AA C3 86 D 0 1F 18 55 22 41
Octal 252 303 206 15 0 37 30 125 42 101
Binary 10101010 11000011 10000110 1101 0 11111 11000 1010101 100010 1000001

Color Harmonies of #AAC386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC386

Black with #AAC386

Text Example


Text Example

White with #AAC386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC386; }

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

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

background-color css

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

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

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

border-color css

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

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

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