Html Css Color HEX #AAC387 Caper

📋 copy color: '#AAC387'

red 170 ◦ green 195 ◦ blue 135

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

Shades of Caper #AAC387

Tints of Caper #AAC387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27%

R = 34%
G = 39%
B = 27%

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

#AAC387 (or 0xAAC387) is known color: Caper. HEX triplet: AA, C3 and 87. RGB value is (170,195,135). Sum of RGB (Red+Green+Blue) = 170+195+135=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC387 is #553C78. Grayscale: #B4B4B4. Windows color (decimal): -5586041 or 8897450. OLE color: 8897450.

HSL color Cylindrical-coordinate representation of color #AAC387: hue angle of 85º degrees, saturation: 0.33, 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 #AAC387 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 195 135 -
CMYK 0.13 0 0.31 0.24
HSL 85º 0.33% 0.65% -
HSV(B) 85º 0.31% 0.76% -
XYZ 40.47 49.33 30.31 -
YUV 180.69 102.22 120.38 -
System Red Green Blue C M Y K H S L
Decimal 170 195 135 0.13 0 0.31 0.24 85 0.33 0.65
Hex AA C3 87 D 0 1F 18 55 21 41
Octal 252 303 207 15 0 37 30 125 41 101
Binary 10101010 11000011 10000111 1101 0 11111 11000 1010101 100001 1000001

Color Harmonies of #AAC387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC387

Black with #AAC387

Text Example


Text Example

White with #AAC387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC387; }

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

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

background-color css

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

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

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

border-color css

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

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

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