Html Css Color HEX #A09D5C Green Smoke

📋 copy color: '#A09D5C'

red 160 ◦ green 157 ◦ blue 92

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

Shades of Green Smoke #A09D5C

Tints of Green Smoke #A09D5C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

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

R = 39.12%
G = 38.39%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#A09D5C (or 0xA09D5C) is known color: Green Smoke. HEX triplet: A0, 9D and 5C. RGB value is (160,157,92). Sum of RGB (Red+Green+Blue) = 160+157+92=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09D5C is #5F62A3. Grayscale: #969696. Windows color (decimal): -6251172 or 6069664. OLE color: 6069664.

HSL color Cylindrical-coordinate representation of color #A09D5C: hue angle of 57.35º 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 #A09D5C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 157 92 -
CMYK 0 0.02 0.43 0.37
HSL 57.35º 0.27% 0.49% -
HSV(B) 57.35º 0.43% 0.63% -
XYZ 28.49 32.36 14.87 -
YUV 150.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 160 157 92 0 0.02 0.43 0.37 57.35 0.27 0.49
Hex A0 9D 5C 0 2 2B 25 39 1B 31
Octal 240 235 134 0 2 53 45 71 33 61
Binary 10100000 10011101 1011100 0 10 101011 100101 111001 11011 110001

Color Harmonies of #A09D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09D5C

Black with #A09D5C

Text Example


Text Example

White with #A09D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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