Html Css Color HEX #A0AF54 Green Smoke

📋 copy color: '#A0AF54'

red 160 ◦ green 175 ◦ blue 84

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

Shades of Green Smoke #A0AF54

Tints of Green Smoke #A0AF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.05%

R = 38.19%
G = 41.77%
B = 20.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#A0AF54 (or 0xA0AF54) is known color: Green Smoke. HEX triplet: A0, AF and 54. RGB value is (160,175,84). Sum of RGB (Red+Green+Blue) = 160+175+84=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 84 (33.20% from 255 or 20.05% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0AF54 is #5F50AB. Grayscale: #A0A0A0. Windows color (decimal): -6246572 or 5549984. OLE color: 5549984.

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

Color convert

RGB 160 175 84 -
CMYK 0.09 0 0.52 0.31
HSL 69.89º 0.36% 0.51% -
HSV(B) 69.89º 0.52% 0.69% -
XYZ 31.43 38.77 14.22 -
YUV 160.14 85.03 127.9 -
System Red Green Blue C M Y K H S L
Decimal 160 175 84 0.09 0 0.52 0.31 69.89 0.36 0.51
Hex A0 AF 54 9 0 34 1F 46 24 33
Octal 240 257 124 11 0 64 37 106 44 63
Binary 10100000 10101111 1010100 1001 0 110100 11111 1000110 100100 110011

Color Harmonies of #A0AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF54

Black with #A0AF54

Text Example


Text Example

White with #A0AF54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF54; }

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

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

background-color css

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

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

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

border-color css

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

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

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