Html Css Color HEX #A0AF72 Green Smoke

📋 copy color: '#A0AF72'

red 160 ◦ green 175 ◦ blue 114

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

Shades of Green Smoke #A0AF72

Tints of Green Smoke #A0AF72

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.98%

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

R = 35.63%
G = 38.98%
B = 25.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#A0AF72 (or 0xA0AF72) is known color: Green Smoke. HEX triplet: A0, AF and 72. RGB value is (160,175,114). Sum of RGB (Red+Green+Blue) = 160+175+114=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF72 is #5F508D. Grayscale: #A3A3A3. Windows color (decimal): -6246542 or 7516064. OLE color: 7516064.

HSL color Cylindrical-coordinate representation of color #A0AF72: hue angle of 74.75º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0AF72 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 114 -
CMYK 0.09 0 0.35 0.31
HSL 74.75º 0.28% 0.57% -
HSV(B) 74.75º 0.35% 0.69% -
XYZ 32.86 39.35 21.78 -
YUV 163.56 100.03 125.46 -
System Red Green Blue C M Y K H S L
Decimal 160 175 114 0.09 0 0.35 0.31 74.75 0.28 0.57
Hex A0 AF 72 9 0 23 1F 4B 1C 39
Octal 240 257 162 11 0 43 37 113 34 71
Binary 10100000 10101111 1110010 1001 0 100011 11111 1001011 11100 111001

Color Harmonies of #A0AF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF72

Black with #A0AF72

Text Example


Text Example

White with #A0AF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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