Html Css Color HEX #AAC672 Caper

📋 copy color: '#AAC672'

red 170 ◦ green 198 ◦ blue 114

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

Shades of Caper #AAC672

Tints of Caper #AAC672

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.08%

 BLUE value IS 114 (44.92% from 255) = 23.65%

R = 35.27%
G = 41.08%
B = 23.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#AAC672 (or 0xAAC672) is known color: Caper. HEX triplet: AA, C6 and 72. RGB value is (170,198,114). Sum of RGB (Red+Green+Blue) = 170+198+114=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 114 (44.92% from 255 or 23.65% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC672 is #55398D. Grayscale: #B4B4B4. Windows color (decimal): -5585294 or 7521962. OLE color: 7521962.

HSL color Cylindrical-coordinate representation of color #AAC672: hue angle of 80º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAC672 is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 198 114 -
CMYK 0.14 0 0.42 0.22
HSL 80º 0.42% 0.61% -
HSV(B) 80º 0.42% 0.78% -
XYZ 39.81 50.15 23.5 -
YUV 180.05 90.72 120.83 -
System Red Green Blue C M Y K H S L
Decimal 170 198 114 0.14 0 0.42 0.22 80 0.42 0.61
Hex AA C6 72 E 0 2A 16 50 2A 3D
Octal 252 306 162 16 0 52 26 120 52 75
Binary 10101010 11000110 1110010 1110 0 101010 10110 1010000 101010 111101

Color Harmonies of #AAC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC672

Black with #AAC672

Text Example


Text Example

White with #AAC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC672; }

 p { color: rgb(170,198,114); }

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

background-color css

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

 a { background-color: rgb(170,198,114); }

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

border-color css

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

 span { border-color: rgb(170,198,114); }

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