Html Css Color HEX #A78D4E Teak

📋 copy color: '#A78D4E'

red 167 ◦ green 141 ◦ blue 78

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

Shades of Teak #A78D4E

Tints of Teak #A78D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.21%

R = 43.26%
G = 36.53%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A78D4E (or 0xA78D4E) is known color: Teak. HEX triplet: A7, 8D and 4E. RGB value is (167,141,78). Sum of RGB (Red+Green+Blue) = 167+141+78=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 78 (30.86% from 255 or 20.21% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78D4E is #5872B1. Grayscale: #8D8D8D. Windows color (decimal): -5796530 or 5148071. OLE color: 5148071.

HSL color Cylindrical-coordinate representation of color #A78D4E: hue angle of 42.47º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A78D4E is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 141 78 -
CMYK 0 0.16 0.53 0.35
HSL 42.47º 0.36% 0.48% -
HSV(B) 42.47º 0.53% 0.65% -
XYZ 26.84 27.82 11.16 -
YUV 141.59 92.11 146.12 -
System Red Green Blue C M Y K H S L
Decimal 167 141 78 0 0.16 0.53 0.35 42.47 0.36 0.48
Hex A7 8D 4E 0 10 35 23 2A 24 30
Octal 247 215 116 0 20 65 43 52 44 60
Binary 10100111 10001101 1001110 0 10000 110101 100011 101010 100100 110000

Color Harmonies of #A78D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78D4E

Black with #A78D4E

Text Example


Text Example

White with #A78D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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