Html Css Color HEX #AAC07A Caper

📋 copy color: '#AAC07A'

red 170 ◦ green 192 ◦ blue 122

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

Shades of Caper #AAC07A

Tints of Caper #AAC07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.21%

R = 35.12%
G = 39.67%
B = 25.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#AAC07A (or 0xAAC07A) is known color: Caper. HEX triplet: AA, C0 and 7A. RGB value is (170,192,122). Sum of RGB (Red+Green+Blue) = 170+192+122=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 192 (75.39% from 255 or 39.67% from 484); Blue value is 122 (48.05% from 255 or 25.21% from 484); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC07A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC07A is #553F85. Grayscale: #B1B1B1. Windows color (decimal): -5586822 or 8044714. OLE color: 8044714.

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

Color convert

RGB 170 192 122 -
CMYK 0.11 0 0.36 0.25
HSL 78.86º 0.36% 0.62% -
HSV(B) 78.86º 0.36% 0.75% -
XYZ 38.94 47.65 25.56 -
YUV 177.44 96.71 122.69 -
System Red Green Blue C M Y K H S L
Decimal 170 192 122 0.11 0 0.36 0.25 78.86 0.36 0.62
Hex AA C0 7A B 0 24 19 4F 24 3E
Octal 252 300 172 13 0 44 31 117 44 76
Binary 10101010 11000000 1111010 1011 0 100100 11001 1001111 100100 111110

Color Harmonies of #AAC07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC07A

Black with #AAC07A

Text Example


Text Example

White with #AAC07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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