Html Css Color HEX #A79356 Teak

📋 copy color: '#A79356'

red 167 ◦ green 147 ◦ blue 86

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

Shades of Teak #A79356

Tints of Teak #A79356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.5%

R = 41.75%
G = 36.75%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A79356 (or 0xA79356) is known color: Teak. HEX triplet: A7, 93 and 56. RGB value is (167,147,86). Sum of RGB (Red+Green+Blue) = 167+147+86=400 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.75% from 400); Green value is 147 (57.81% from 255 or 36.75% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 167 - color contains mainly: red. Hex color #A79356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A79356 is #586CA9. Grayscale: #929292. Windows color (decimal): -5794986 or 5673895. OLE color: 5673895.

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

Color convert

RGB 167 147 86 -
CMYK 0 0.12 0.49 0.35
HSL 45.19º 0.32% 0.5% -
HSV(B) 45.19º 0.49% 0.65% -
XYZ 28.05 29.75 13.07 -
YUV 146.03 94.13 142.96 -
System Red Green Blue C M Y K H S L
Decimal 167 147 86 0 0.12 0.49 0.35 45.19 0.32 0.5
Hex A7 93 56 0 C 31 23 2D 20 32
Octal 247 223 126 0 14 61 43 55 40 62
Binary 10100111 10010011 1010110 0 1100 110001 100011 101101 100000 110010

Color Harmonies of #A79356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79356

Black with #A79356

Text Example


Text Example

White with #A79356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79356; }

 p { color: rgb(167,147,86); }

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

background-color css

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

 a { background-color: rgb(167,147,86); }

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

border-color css

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

 span { border-color: rgb(167,147,86); }

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