Html Css Color HEX #A09E5B Green Smoke

📋 copy color: '#A09E5B'

red 160 ◦ green 158 ◦ blue 91

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

Shades of Green Smoke #A09E5B

Tints of Green Smoke #A09E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.25%

R = 39.12%
G = 38.63%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A09E5B (or 0xA09E5B) is known color: Green Smoke. HEX triplet: A0, 9E and 5B. RGB value is (160,158,91). Sum of RGB (Red+Green+Blue) = 160+158+91=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 91 (35.94% from 255 or 22.25% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09E5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09E5B is #5F61A4. Grayscale: #979797. Windows color (decimal): -6250917 or 6004384. OLE color: 6004384.

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

Color convert

RGB 160 158 91 -
CMYK 0 0.01 0.43 0.37
HSL 58.26º 0.27% 0.49% -
HSV(B) 58.26º 0.43% 0.63% -
XYZ 28.61 32.68 14.7 -
YUV 150.96 94.16 134.45 -
System Red Green Blue C M Y K H S L
Decimal 160 158 91 0 0.01 0.43 0.37 58.26 0.27 0.49
Hex A0 9E 5B 0 1 2B 25 3A 1B 31
Octal 240 236 133 0 1 53 45 72 33 61
Binary 10100000 10011110 1011011 0 1 101011 100101 111010 11011 110001

Color Harmonies of #A09E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09E5B

Black with #A09E5B

Text Example


Text Example

White with #A09E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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