Html Css Color HEX #A0A25C Green Smoke

📋 copy color: '#A0A25C'

red 160 ◦ green 162 ◦ blue 92

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

Shades of Green Smoke #A0A25C

Tints of Green Smoke #A0A25C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.22%

R = 38.65%
G = 39.13%
B = 22.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A0A25C (or 0xA0A25C) is known color: Green Smoke. HEX triplet: A0, A2 and 5C. RGB value is (160,162,92). Sum of RGB (Red+Green+Blue) = 160+162+92=414 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.65% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 92 (36.33% from 255 or 22.22% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #A0A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0A25C is #5F5DA3. Grayscale: #999999. Windows color (decimal): -6249892 or 6070944. OLE color: 6070944.

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

Color convert

RGB 160 162 92 -
CMYK 0.01 0 0.43 0.36
HSL 61.71º 0.28% 0.5% -
HSV(B) 61.71º 0.43% 0.64% -
XYZ 29.35 34.09 15.16 -
YUV 153.42 93.34 132.69 -
System Red Green Blue C M Y K H S L
Decimal 160 162 92 0.01 0 0.43 0.36 61.71 0.28 0.5
Hex A0 A2 5C 1 0 2B 24 3E 1C 32
Octal 240 242 134 1 0 53 44 76 34 62
Binary 10100000 10100010 1011100 1 0 101011 100100 111110 11100 110010

Color Harmonies of #A0A25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A25C

Black with #A0A25C

Text Example


Text Example

White with #A0A25C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A25C; }

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

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

background-color css

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

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

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

border-color css

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

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

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