Html Css Color HEX #A78E5D Teak

📋 copy color: '#A78E5D'

red 167 ◦ green 142 ◦ blue 93

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

Shades of Teak #A78E5D

Tints of Teak #A78E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.13%

R = 41.54%
G = 35.32%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A78E5D (or 0xA78E5D) is known color: Teak. HEX triplet: A7, 8E and 5D. RGB value is (167,142,93). Sum of RGB (Red+Green+Blue) = 167+142+93=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E5D is #5871A2. Grayscale: #909090. Windows color (decimal): -5796259 or 6131367. OLE color: 6131367.

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

Color convert

RGB 167 142 93 -
CMYK 0 0.15 0.44 0.35
HSL 39.73º 0.3% 0.51% -
HSV(B) 39.73º 0.44% 0.65% -
XYZ 27.59 28.35 14.37 -
YUV 143.89 99.28 144.48 -
System Red Green Blue C M Y K H S L
Decimal 167 142 93 0 0.15 0.44 0.35 39.73 0.3 0.51
Hex A7 8E 5D 0 F 2C 23 28 1E 33
Octal 247 216 135 0 17 54 43 50 36 63
Binary 10100111 10001110 1011101 0 1111 101100 100011 101000 11110 110011

Color Harmonies of #A78E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E5D

Black with #A78E5D

Text Example


Text Example

White with #A78E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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