Html Css Color HEX #A0AE72 Green Smoke

📋 copy color: '#A0AE72'

red 160 ◦ green 174 ◦ blue 114

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

Shades of Green Smoke #A0AE72

Tints of Green Smoke #A0AE72

RGB

 RED value IS 160 (62.89% from 255) = 35.71%

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 35.71%
G = 38.84%
B = 25.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#A0AE72 (or 0xA0AE72) is known color: Green Smoke. HEX triplet: A0, AE and 72. RGB value is (160,174,114). Sum of RGB (Red+Green+Blue) = 160+174+114=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 174 - color contains mainly: green. Hex color #A0AE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AE72 is #5F518D. Grayscale: #A3A3A3. Windows color (decimal): -6246798 or 7515808. OLE color: 7515808.

HSL color Cylindrical-coordinate representation of color #A0AE72: hue angle of 74º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0AE72 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 174 114 -
CMYK 0.08 0 0.34 0.32
HSL 74º 0.27% 0.56% -
HSV(B) 74º 0.34% 0.68% -
XYZ 32.67 38.96 21.72 -
YUV 162.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 160 174 114 0.08 0 0.34 0.32 74 0.27 0.56
Hex A0 AE 72 8 0 22 20 4A 1B 38
Octal 240 256 162 10 0 42 40 112 33 70
Binary 10100000 10101110 1110010 1000 0 100010 100000 1001010 11011 111000

Color Harmonies of #A0AE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AE72

Black with #A0AE72

Text Example


Text Example

White with #A0AE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AE72; }

 p { color: rgb(160,174,114); }

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

background-color css

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

 a { background-color: rgb(160,174,114); }

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

border-color css

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

 span { border-color: rgb(160,174,114); }

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