Html Css Color HEX #A78851 Teak

📋 copy color: '#A78851'

red 167 ◦ green 136 ◦ blue 81

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

Shades of Teak #A78851

Tints of Teak #A78851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.09%

R = 43.49%
G = 35.42%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A78851 (or 0xA78851) is known color: Teak. HEX triplet: A7, 88 and 51. RGB value is (167,136,81). Sum of RGB (Red+Green+Blue) = 167+136+81=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 167 - color contains mainly: red. Hex color #A78851 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78851 is #5877AE. Grayscale: #8B8B8B. Windows color (decimal): -5797807 or 5343399. OLE color: 5343399.

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

Color convert

RGB 167 136 81 -
CMYK 0 0.19 0.51 0.35
HSL 38.37º 0.35% 0.49% -
HSV(B) 38.37º 0.51% 0.65% -
XYZ 26.23 26.42 11.5 -
YUV 139 95.27 147.97 -
System Red Green Blue C M Y K H S L
Decimal 167 136 81 0 0.19 0.51 0.35 38.37 0.35 0.49
Hex A7 88 51 0 13 33 23 26 23 31
Octal 247 210 121 0 23 63 43 46 43 61
Binary 10100111 10001000 1010001 0 10011 110011 100011 100110 100011 110001

Color Harmonies of #A78851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78851

Black with #A78851

Text Example


Text Example

White with #A78851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78851; }

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

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

background-color css

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

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

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

border-color css

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

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

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