Html Css Color HEX #A78E61 Teak

📋 copy color: '#A78E61'

red 167 ◦ green 142 ◦ blue 97

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

Shades of Teak #A78E61

Tints of Teak #A78E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.89%

R = 41.13%
G = 34.98%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A78E61 (or 0xA78E61) is known color: Teak. HEX triplet: A7, 8E and 61. RGB value is (167,142,97). Sum of RGB (Red+Green+Blue) = 167+142+97=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 97 (38.28% from 255 or 23.89% from 406); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78E61 is #58719E. Grayscale: #909090. Windows color (decimal): -5796255 or 6393511. OLE color: 6393511.

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

Color convert

RGB 167 142 97 -
CMYK 0 0.15 0.42 0.35
HSL 38.57º 0.28% 0.52% -
HSV(B) 38.57º 0.42% 0.65% -
XYZ 27.77 28.42 15.33 -
YUV 144.35 101.28 144.16 -
System Red Green Blue C M Y K H S L
Decimal 167 142 97 0 0.15 0.42 0.35 38.57 0.28 0.52
Hex A7 8E 61 0 F 2A 23 27 1C 34
Octal 247 216 141 0 17 52 43 47 34 64
Binary 10100111 10001110 1100001 0 1111 101010 100011 100111 11100 110100

Color Harmonies of #A78E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E61

Black with #A78E61

Text Example


Text Example

White with #A78E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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