Html Css Color HEX #AAC77D Caper

📋 copy color: '#AAC77D'

red 170 ◦ green 199 ◦ blue 125

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

Shades of Caper #AAC77D

Tints of Caper #AAC77D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.28%

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

R = 34.41%
G = 40.28%
B = 25.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#AAC77D (or 0xAAC77D) is known color: Caper. HEX triplet: AA, C7 and 7D. RGB value is (170,199,125). Sum of RGB (Red+Green+Blue) = 170+199+125=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 199 (78.12% from 255 or 40.28% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC77D is #553882. Grayscale: #B6B6B6. Windows color (decimal): -5585027 or 8243114. OLE color: 8243114.

HSL color Cylindrical-coordinate representation of color #AAC77D: hue angle of 83.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AAC77D is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 199 125 -
CMYK 0.15 0 0.37 0.22
HSL 83.51º 0.4% 0.64% -
HSV(B) 83.51º 0.37% 0.78% -
XYZ 40.7 50.87 27.08 -
YUV 181.89 95.89 119.52 -
System Red Green Blue C M Y K H S L
Decimal 170 199 125 0.15 0 0.37 0.22 83.51 0.4 0.64
Hex AA C7 7D F 0 25 16 54 28 40
Octal 252 307 175 17 0 45 26 124 50 100
Binary 10101010 11000111 1111101 1111 0 100101 10110 1010100 101000 1000000

Color Harmonies of #AAC77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC77D

Black with #AAC77D

Text Example


Text Example

White with #AAC77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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