Html Css Color HEX #AAC07D Caper

📋 copy color: '#AAC07D'

red 170 ◦ green 192 ◦ blue 125

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

Shades of Caper #AAC07D

Tints of Caper #AAC07D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

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

R = 34.91%
G = 39.43%
B = 25.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#AAC07D (or 0xAAC07D) is known color: Caper. HEX triplet: AA, C0 and 7D. RGB value is (170,192,125). Sum of RGB (Red+Green+Blue) = 170+192+125=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC07D is #553F82. Grayscale: #B2B2B2. Windows color (decimal): -5586819 or 8241322. OLE color: 8241322.

HSL color Cylindrical-coordinate representation of color #AAC07D: hue angle of 79.7º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAC07D is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 125 -
CMYK 0.11 0 0.35 0.25
HSL 79.7º 0.35% 0.62% -
HSV(B) 79.7º 0.35% 0.75% -
XYZ 39.13 47.73 26.55 -
YUV 177.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 170 192 125 0.11 0 0.35 0.25 79.7 0.35 0.62
Hex AA C0 7D B 0 23 19 50 23 3E
Octal 252 300 175 13 0 43 31 120 43 76
Binary 10101010 11000000 1111101 1011 0 100011 11001 1010000 100011 111110

Color Harmonies of #AAC07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC07D

Black with #AAC07D

Text Example


Text Example

White with #AAC07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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