Html Css Color HEX #A79059 Teak

📋 copy color: '#A79059'

red 167 ◦ green 144 ◦ blue 89

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

Shades of Teak #A79059

Tints of Teak #A79059

RGB

 RED value IS 167 (65.63% from 255) = 41.75%

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

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

R = 41.75%
G = 36%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A79059 (or 0xA79059) is known color: Teak. HEX triplet: A7, 90 and 59. RGB value is (167,144,89). Sum of RGB (Red+Green+Blue) = 167+144+89=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A79059 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79059 is #586FA6. Grayscale: #909090. Windows color (decimal): -5795751 or 5869735. OLE color: 5869735.

HSL color Cylindrical-coordinate representation of color #A79059: hue angle of 42.31º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A79059 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 144 89 -
CMYK 0 0.14 0.47 0.35
HSL 42.31º 0.31% 0.5% -
HSV(B) 42.31º 0.47% 0.65% -
XYZ 27.71 28.88 13.57 -
YUV 144.61 96.62 143.97 -
System Red Green Blue C M Y K H S L
Decimal 167 144 89 0 0.14 0.47 0.35 42.31 0.31 0.5
Hex A7 90 59 0 E 2F 23 2A 1F 32
Octal 247 220 131 0 16 57 43 52 37 62
Binary 10100111 10010000 1011001 0 1110 101111 100011 101010 11111 110010

Color Harmonies of #A79059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79059

Black with #A79059

Text Example


Text Example

White with #A79059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79059; }

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

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

background-color css

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

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

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

border-color css

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

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

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