Html Css Color HEX #A09359 Teak

📋 copy color: '#A09359'

red 160 ◦ green 147 ◦ blue 89

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

Shades of Teak #A09359

Tints of Teak #A09359

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.12%

 BLUE value IS 89 (35.16% from 255) = 22.47%

R = 40.4%
G = 37.12%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A09359 (or 0xA09359) is known color: Teak. HEX triplet: A0, 93 and 59. RGB value is (160,147,89). Sum of RGB (Red+Green+Blue) = 160+147+89=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09359 is #5F6CA6. Grayscale: #909090. Windows color (decimal): -6253735 or 5870496. OLE color: 5870496.

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

Color convert

RGB 160 147 89 -
CMYK 0 0.08 0.44 0.37
HSL 49.01º 0.29% 0.49% -
HSV(B) 49.01º 0.44% 0.63% -
XYZ 26.73 29.06 13.65 -
YUV 144.28 96.81 139.22 -
System Red Green Blue C M Y K H S L
Decimal 160 147 89 0 0.08 0.44 0.37 49.01 0.29 0.49
Hex A0 93 59 0 8 2C 25 31 1D 31
Octal 240 223 131 0 10 54 45 61 35 61
Binary 10100000 10010011 1011001 0 1000 101100 100101 110001 11101 110001

Color Harmonies of #A09359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09359

Black with #A09359

Text Example


Text Example

White with #A09359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09359; }

 p { color: rgb(160,147,89); }

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

background-color css

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

 a { background-color: rgb(160,147,89); }

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

border-color css

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

 span { border-color: rgb(160,147,89); }

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