Html Css Color HEX #A78D51 Teak

📋 copy color: '#A78D51'

red 167 ◦ green 141 ◦ blue 81

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

Shades of Teak #A78D51

Tints of Teak #A78D51

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.25%

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

R = 42.93%
G = 36.25%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A78D51 (or 0xA78D51) is known color: Teak. HEX triplet: A7, 8D and 51. RGB value is (167,141,81). Sum of RGB (Red+Green+Blue) = 167+141+81=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D51 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D51 is #5872AE. Grayscale: #8E8E8E. Windows color (decimal): -5796527 or 5344679. OLE color: 5344679.

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

Color convert

RGB 167 141 81 -
CMYK 0 0.16 0.51 0.35
HSL 41.86º 0.35% 0.49% -
HSV(B) 41.86º 0.51% 0.65% -
XYZ 26.95 27.86 11.74 -
YUV 141.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 167 141 81 0 0.16 0.51 0.35 41.86 0.35 0.49
Hex A7 8D 51 0 10 33 23 2A 23 31
Octal 247 215 121 0 20 63 43 52 43 61
Binary 10100111 10001101 1010001 0 10000 110011 100011 101010 100011 110001

Color Harmonies of #A78D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78D51

Black with #A78D51

Text Example


Text Example

White with #A78D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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