Html Css Color HEX #A78859 Teak

📋 copy color: '#A78859'

red 167 ◦ green 136 ◦ blue 89

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

Shades of Teak #A78859

Tints of Teak #A78859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

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

R = 42.6%
G = 34.69%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A78859 (or 0xA78859) is known color: Teak. HEX triplet: A7, 88 and 59. RGB value is (167,136,89). Sum of RGB (Red+Green+Blue) = 167+136+89=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 89 (35.16% from 255 or 22.70% from 392); Max value from RGB is 167 - color contains mainly: red. Hex color #A78859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78859 is #5877A6. Grayscale: #8C8C8C. Windows color (decimal): -5797799 or 5867687. OLE color: 5867687.

HSL color Cylindrical-coordinate representation of color #A78859: hue angle of 36.15º 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 #A78859 is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 136 89 -
CMYK 0 0.19 0.47 0.35
HSL 36.15º 0.31% 0.5% -
HSV(B) 36.15º 0.47% 0.65% -
XYZ 26.54 26.55 13.18 -
YUV 139.91 99.27 147.32 -
System Red Green Blue C M Y K H S L
Decimal 167 136 89 0 0.19 0.47 0.35 36.15 0.31 0.5
Hex A7 88 59 0 13 2F 23 24 1F 32
Octal 247 210 131 0 23 57 43 44 37 62
Binary 10100111 10001000 1011001 0 10011 101111 100011 100100 11111 110010

Color Harmonies of #A78859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78859

Black with #A78859

Text Example


Text Example

White with #A78859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78859; }

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

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

background-color css

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

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

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

border-color css

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

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

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