Html Css Color HEX #AAC47F Caper

📋 copy color: '#AAC47F'

red 170 ◦ green 196 ◦ blue 127

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

Shades of Caper #AAC47F

Tints of Caper #AAC47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.76%

 BLUE value IS 127 (50% from 255) = 25.76%

R = 34.48%
G = 39.76%
B = 25.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#AAC47F (or 0xAAC47F) is known color: Caper. HEX triplet: AA, C4 and 7F. RGB value is (170,196,127). Sum of RGB (Red+Green+Blue) = 170+196+127=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 196 (76.95% from 255 or 39.76% from 493); Blue value is 127 (50% from 255 or 25.76% from 493); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47F is #553B80. Grayscale: #B4B4B4. Windows color (decimal): -5585793 or 8373418. OLE color: 8373418.

HSL color Cylindrical-coordinate representation of color #AAC47F: hue angle of 82.61º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC47F is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 127 -
CMYK 0.13 0 0.35 0.23
HSL 82.61º 0.37% 0.63% -
HSV(B) 82.61º 0.35% 0.77% -
XYZ 40.15 49.56 27.53 -
YUV 180.36 97.89 120.61 -
System Red Green Blue C M Y K H S L
Decimal 170 196 127 0.13 0 0.35 0.23 82.61 0.37 0.63
Hex AA C4 7F D 0 23 17 53 25 3F
Octal 252 304 177 15 0 43 27 123 45 77
Binary 10101010 11000100 1111111 1101 0 100011 10111 1010011 100101 111111

Color Harmonies of #AAC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC47F

Black with #AAC47F

Text Example


Text Example

White with #AAC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC47F; }

 p { color: rgb(170,196,127); }

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

background-color css

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

 a { background-color: rgb(170,196,127); }

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

border-color css

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

 span { border-color: rgb(170,196,127); }

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