Html Css Color HEX #A09F62 Green Smoke

📋 copy color: '#A09F62'

red 160 ◦ green 159 ◦ blue 98

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

Shades of Green Smoke #A09F62

Tints of Green Smoke #A09F62

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.13%

 BLUE value IS 98 (38.67% from 255) = 23.5%

R = 38.37%
G = 38.13%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A09F62 (or 0xA09F62) is known color: Green Smoke. HEX triplet: A0, 9F and 62. RGB value is (160,159,98). Sum of RGB (Red+Green+Blue) = 160+159+98=417 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.37% from 417); Green value is 159 (62.5% from 255 or 38.13% from 417); Blue value is 98 (38.67% from 255 or 23.50% from 417); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09F62 is #5F609D. Grayscale: #989898. Windows color (decimal): -6250654 or 6463392. OLE color: 6463392.

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

Color convert

RGB 160 159 98 -
CMYK 0 0.01 0.39 0.37
HSL 59.03º 0.25% 0.51% -
HSV(B) 59.03º 0.39% 0.63% -
XYZ 29.1 33.15 16.42 -
YUV 152.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 160 159 98 0 0.01 0.39 0.37 59.03 0.25 0.51
Hex A0 9F 62 0 1 27 25 3B 19 33
Octal 240 237 142 0 1 47 45 73 31 63
Binary 10100000 10011111 1100010 0 1 100111 100101 111011 11001 110011

Color Harmonies of #A09F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09F62

Black with #A09F62

Text Example


Text Example

White with #A09F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09F62; }

 p { color: rgb(160,159,98); }

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

background-color css

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

 a { background-color: rgb(160,159,98); }

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

border-color css

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

 span { border-color: rgb(160,159,98); }

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