Html Css Color HEX #AAC070 Caper

📋 copy color: '#AAC070'

red 170 ◦ green 192 ◦ blue 112

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

Shades of Caper #AAC070

Tints of Caper #AAC070

RGB

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

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

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

R = 35.86%
G = 40.51%
B = 23.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#AAC070 (or 0xAAC070) is known color: Caper. HEX triplet: AA, C0 and 70. RGB value is (170,192,112). Sum of RGB (Red+Green+Blue) = 170+192+112=474 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.86% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 112 (44.14% from 255 or 23.63% from 474); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAC070 is #553F8F. Grayscale: #B0B0B0. Windows color (decimal): -5586832 or 7389354. OLE color: 7389354.

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

Color convert

RGB 170 192 112 -
CMYK 0.11 0 0.42 0.25
HSL 76.5º 0.39% 0.6% -
HSV(B) 76.5º 0.42% 0.75% -
XYZ 38.35 47.42 22.46 -
YUV 176.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 170 192 112 0.11 0 0.42 0.25 76.5 0.39 0.6
Hex AA C0 70 B 0 2A 19 4C 27 3C
Octal 252 300 160 13 0 52 31 114 47 74
Binary 10101010 11000000 1110000 1011 0 101010 11001 1001100 100111 111100

Color Harmonies of #AAC070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC070

Black with #AAC070

Text Example


Text Example

White with #AAC070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC070; }

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

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

background-color css

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

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

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

border-color css

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

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

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