Html Css Color HEX #A0A362 Green Smoke

📋 copy color: '#A0A362'

red 160 ◦ green 163 ◦ blue 98

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

Shades of Green Smoke #A0A362

Tints of Green Smoke #A0A362

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.72%

 BLUE value IS 98 (38.67% from 255) = 23.28%

R = 38%
G = 38.72%
B = 23.28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A0A362 (or 0xA0A362) is known color: Green Smoke. HEX triplet: A0, A3 and 62. RGB value is (160,163,98). Sum of RGB (Red+Green+Blue) = 160+163+98=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 98 (38.67% from 255 or 23.28% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #A0A362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A362 is #5F5C9D. Grayscale: #9A9A9A. Windows color (decimal): -6249630 or 6464416. OLE color: 6464416.

HSL color Cylindrical-coordinate representation of color #A0A362: hue angle of 62.77º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0A362 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 163 98 -
CMYK 0.02 0 0.40 0.36
HSL 62.77º 0.26% 0.51% -
HSV(B) 62.77º 0.4% 0.64% -
XYZ 29.8 34.55 16.65 -
YUV 154.69 96.01 131.79 -
System Red Green Blue C M Y K H S L
Decimal 160 163 98 0.02 0 0.40 0.36 62.77 0.26 0.51
Hex A0 A3 62 2 0 28 24 3F 1A 33
Octal 240 243 142 2 0 50 44 77 32 63
Binary 10100000 10100011 1100010 10 0 101000 100100 111111 11010 110011

Color Harmonies of #A0A362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A362

Black with #A0A362

Text Example


Text Example

White with #A0A362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A362; }

 p { color: rgb(160,163,98); }

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

background-color css

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

 a { background-color: rgb(160,163,98); }

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

border-color css

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

 span { border-color: rgb(160,163,98); }

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