Html Css Color HEX #A39059 Teak

📋 copy color: '#A39059'

red 163 ◦ green 144 ◦ blue 89

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

Shades of Teak #A39059

Tints of Teak #A39059

RGB

 RED value IS 163 (64.06% from 255) = 41.16%

 GREEN value IS 144 (56.64% from 255) = 36.36%

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

R = 41.16%
G = 36.36%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A39059 (or 0xA39059) is known color: Teak. HEX triplet: A3, 90 and 59. RGB value is (163,144,89). Sum of RGB (Red+Green+Blue) = 163+144+89=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 89 (35.16% from 255 or 22.47% from 396); Max value from RGB is 163 - color contains mainly: red. Hex color #A39059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39059 is #5C6FA6. Grayscale: #8F8F8F. Windows color (decimal): -6057895 or 5869731. OLE color: 5869731.

HSL color Cylindrical-coordinate representation of color #A39059: hue angle of 44.59º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A39059 is Cyan = 0, Magento = 0.12, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 144 89 -
CMYK 0 0.12 0.45 0.36
HSL 44.59º 0.29% 0.49% -
HSV(B) 44.59º 0.45% 0.64% -
XYZ 26.88 28.45 13.53 -
YUV 143.41 97.29 141.97 -
System Red Green Blue C M Y K H S L
Decimal 163 144 89 0 0.12 0.45 0.36 44.59 0.29 0.49
Hex A3 90 59 0 C 2D 24 2D 1D 31
Octal 243 220 131 0 14 55 44 55 35 61
Binary 10100011 10010000 1011001 0 1100 101101 100100 101101 11101 110001

Color Harmonies of #A39059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39059

Black with #A39059

Text Example


Text Example

White with #A39059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39059; }

 p { color: rgb(163,144,89); }

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

background-color css

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

 a { background-color: rgb(163,144,89); }

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

border-color css

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

 span { border-color: rgb(163,144,89); }

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