Html Css Color HEX #AAC870 Caper

📋 copy color: '#AAC870'

red 170 ◦ green 200 ◦ blue 112

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

Shades of Caper #AAC870

Tints of Caper #AAC870

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 112 (44.14% from 255) = 23.24%

R = 35.27%
G = 41.49%
B = 23.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#AAC870 (or 0xAAC870) is known color: Caper. HEX triplet: AA, C8 and 70. RGB value is (170,200,112). Sum of RGB (Red+Green+Blue) = 170+200+112=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC870 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC870 is #55378F. Grayscale: #B5B5B5. Windows color (decimal): -5584784 or 7391402. OLE color: 7391402.

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

Color convert

RGB 170 200 112 -
CMYK 0.15 0 0.44 0.22
HSL 80.45º 0.44% 0.61% -
HSV(B) 80.45º 0.44% 0.78% -
XYZ 40.16 51.02 23.06 -
YUV 181 89.06 120.16 -
System Red Green Blue C M Y K H S L
Decimal 170 200 112 0.15 0 0.44 0.22 80.45 0.44 0.61
Hex AA C8 70 F 0 2C 16 50 2C 3D
Octal 252 310 160 17 0 54 26 120 54 75
Binary 10101010 11001000 1110000 1111 0 101100 10110 1010000 101100 111101

Color Harmonies of #AAC870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC870

Black with #AAC870

Text Example


Text Example

White with #AAC870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC870; }

 p { color: rgb(170,200,112); }

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

background-color css

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

 a { background-color: rgb(170,200,112); }

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

border-color css

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

 span { border-color: rgb(170,200,112); }

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