Html Css Color HEX #A78B5C Teak

📋 copy color: '#A78B5C'

red 167 ◦ green 139 ◦ blue 92

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

Shades of Teak #A78B5C

Tints of Teak #A78B5C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.92%

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 41.96%
G = 34.92%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A78B5C (or 0xA78B5C) is known color: Teak. HEX triplet: A7, 8B and 5C. RGB value is (167,139,92). Sum of RGB (Red+Green+Blue) = 167+139+92=398 (52% of max value = 765). Red value is 167 (65.62% from 255 or 41.96% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B5C is #5874A3. Grayscale: #8E8E8E. Windows color (decimal): -5797028 or 6065063. OLE color: 6065063.

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

Color convert

RGB 167 139 92 -
CMYK 0 0.17 0.45 0.35
HSL 37.6º 0.3% 0.51% -
HSV(B) 37.6º 0.45% 0.65% -
XYZ 27.1 27.45 14 -
YUV 142.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 167 139 92 0 0.17 0.45 0.35 37.6 0.3 0.51
Hex A7 8B 5C 0 11 2D 23 26 1E 33
Octal 247 213 134 0 21 55 43 46 36 63
Binary 10100111 10001011 1011100 0 10001 101101 100011 100110 11110 110011

Color Harmonies of #A78B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78B5C

Black with #A78B5C

Text Example


Text Example

White with #A78B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78B5C; }

 p { color: rgb(167,139,92); }

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

background-color css

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

 a { background-color: rgb(167,139,92); }

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

border-color css

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

 span { border-color: rgb(167,139,92); }

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