Html Css Color HEX #A78E4E Teak

📋 copy color: '#A78E4E'

red 167 ◦ green 142 ◦ blue 78

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

Shades of Teak #A78E4E

Tints of Teak #A78E4E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.69%

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

R = 43.15%
G = 36.69%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A78E4E (or 0xA78E4E) is known color: Teak. HEX triplet: A7, 8E and 4E. RGB value is (167,142,78). Sum of RGB (Red+Green+Blue) = 167+142+78=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 78 (30.86% from 255 or 20.16% from 387); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E4E is #5871B1. Grayscale: #8E8E8E. Windows color (decimal): -5796274 or 5148327. OLE color: 5148327.

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

Color convert

RGB 167 142 78 -
CMYK 0 0.15 0.53 0.35
HSL 43.15º 0.36% 0.48% -
HSV(B) 43.15º 0.53% 0.65% -
XYZ 26.98 28.11 11.21 -
YUV 142.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 167 142 78 0 0.15 0.53 0.35 43.15 0.36 0.48
Hex A7 8E 4E 0 F 35 23 2B 24 30
Octal 247 216 116 0 17 65 43 53 44 60
Binary 10100111 10001110 1001110 0 1111 110101 100011 101011 100100 110000

Color Harmonies of #A78E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E4E

Black with #A78E4E

Text Example


Text Example

White with #A78E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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