Html Css Color HEX #A0A25F Green Smoke

📋 copy color: '#A0A25F'

red 160 ◦ green 162 ◦ blue 95

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

Shades of Green Smoke #A0A25F

Tints of Green Smoke #A0A25F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 95 (37.5% from 255) = 22.78%

R = 38.37%
G = 38.85%
B = 22.78%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A0A25F (or 0xA0A25F) is known color: Green Smoke. HEX triplet: A0, A2 and 5F. RGB value is (160,162,95). Sum of RGB (Red+Green+Blue) = 160+162+95=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 95 (37.5% from 255 or 22.78% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A25F is #5F5DA0. Grayscale: #9A9A9A. Windows color (decimal): -6249889 or 6267552. OLE color: 6267552.

HSL color Cylindrical-coordinate representation of color #A0A25F: hue angle of 61.79º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A0A25F is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 162 95 -
CMYK 0.01 0 0.41 0.36
HSL 61.79º 0.26% 0.5% -
HSV(B) 61.79º 0.41% 0.64% -
XYZ 29.48 34.14 15.86 -
YUV 153.76 94.84 132.45 -
System Red Green Blue C M Y K H S L
Decimal 160 162 95 0.01 0 0.41 0.36 61.79 0.26 0.5
Hex A0 A2 5F 1 0 29 24 3E 1A 32
Octal 240 242 137 1 0 51 44 76 32 62
Binary 10100000 10100010 1011111 1 0 101001 100100 111110 11010 110010

Color Harmonies of #A0A25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A25F

Black with #A0A25F

Text Example


Text Example

White with #A0A25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A25F; }

 p { color: rgb(160,162,95); }

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

background-color css

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

 a { background-color: rgb(160,162,95); }

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

border-color css

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

 span { border-color: rgb(160,162,95); }

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