Html Css Color HEX #AAC97D Caper

📋 copy color: '#AAC97D'

red 170 ◦ green 201 ◦ blue 125

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

Shades of Caper #AAC97D

Tints of Caper #AAC97D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.52%

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

R = 34.27%
G = 40.52%
B = 25.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#AAC97D (or 0xAAC97D) is known color: Caper. HEX triplet: AA, C9 and 7D. RGB value is (170,201,125). Sum of RGB (Red+Green+Blue) = 170+201+125=496 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.27% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 125 (49.22% from 255 or 25.20% from 496); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC97D is #553682. Grayscale: #B7B7B7. Windows color (decimal): -5584515 or 8243626. OLE color: 8243626.

HSL color Cylindrical-coordinate representation of color #AAC97D: hue angle of 84.47º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AAC97D is Cyan = 0.15, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 125 -
CMYK 0.15 0 0.38 0.21
HSL 84.47º 0.41% 0.64% -
HSV(B) 84.47º 0.38% 0.79% -
XYZ 41.17 51.8 27.23 -
YUV 183.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 170 201 125 0.15 0 0.38 0.21 84.47 0.41 0.64
Hex AA C9 7D F 0 26 15 54 29 40
Octal 252 311 175 17 0 46 25 124 51 100
Binary 10101010 11001001 1111101 1111 0 100110 10101 1010100 101001 1000000

Color Harmonies of #AAC97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC97D

Black with #AAC97D

Text Example


Text Example

White with #AAC97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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