Html Css Color HEX #AAC47D Caper

📋 copy color: '#AAC47D'

red 170 ◦ green 196 ◦ blue 125

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

Shades of Caper #AAC47D

Tints of Caper #AAC47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 34.62%
G = 39.92%
B = 25.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#AAC47D (or 0xAAC47D) is known color: Caper. HEX triplet: AA, C4 and 7D. RGB value is (170,196,125). Sum of RGB (Red+Green+Blue) = 170+196+125=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 196 (76.95% from 255 or 39.92% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC47D is #553B82. Grayscale: #B4B4B4. Windows color (decimal): -5585795 or 8242346. OLE color: 8242346.

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

Color convert

RGB 170 196 125 -
CMYK 0.13 0 0.36 0.23
HSL 81.97º 0.38% 0.63% -
HSV(B) 81.97º 0.36% 0.77% -
XYZ 40.02 49.51 26.85 -
YUV 180.13 96.89 120.77 -
System Red Green Blue C M Y K H S L
Decimal 170 196 125 0.13 0 0.36 0.23 81.97 0.38 0.63
Hex AA C4 7D D 0 24 17 52 26 3F
Octal 252 304 175 15 0 44 27 122 46 77
Binary 10101010 11000100 1111101 1101 0 100100 10111 1010010 100110 111111

Color Harmonies of #AAC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC47D

Black with #AAC47D

Text Example


Text Example

White with #AAC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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