Html Css Color HEX #A09E52 Green Smoke

📋 copy color: '#A09E52'

red 160 ◦ green 158 ◦ blue 82

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

Shades of Green Smoke #A09E52

Tints of Green Smoke #A09E52

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 82 (32.42% from 255) = 20.5%

R = 40%
G = 39.5%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A09E52 (or 0xA09E52) is known color: Green Smoke. HEX triplet: A0, 9E and 52. RGB value is (160,158,82). Sum of RGB (Red+Green+Blue) = 160+158+82=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 82 (32.42% from 255 or 20.5% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09E52 is #5F61AD. Grayscale: #969696. Windows color (decimal): -6250926 or 5414560. OLE color: 5414560.

HSL color Cylindrical-coordinate representation of color #A09E52: hue angle of 58.46º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A09E52 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 158 82 -
CMYK 0 0.01 0.49 0.37
HSL 58.46º 0.32% 0.47% -
HSV(B) 58.46º 0.49% 0.63% -
XYZ 28.25 32.54 12.77 -
YUV 149.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 160 158 82 0 0.01 0.49 0.37 58.46 0.32 0.47
Hex A0 9E 52 0 1 31 25 3A 20 2F
Octal 240 236 122 0 1 61 45 72 40 57
Binary 10100000 10011110 1010010 0 1 110001 100101 111010 100000 101111

Color Harmonies of #A09E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E52

Black with #A09E52

Text Example


Text Example

White with #A09E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E52; }

 p { color: rgb(160,158,82); }

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

background-color css

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

 a { background-color: rgb(160,158,82); }

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

border-color css

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

 span { border-color: rgb(160,158,82); }

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