Html Css Color HEX #A78B5B Teak

📋 copy color: '#A78B5B'

red 167 ◦ green 139 ◦ blue 91

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

Shades of Teak #A78B5B

Tints of Teak #A78B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 42.07%
G = 35.01%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A78B5B (or 0xA78B5B) is known color: Teak. HEX triplet: A7, 8B and 5B. RGB value is (167,139,91). Sum of RGB (Red+Green+Blue) = 167+139+91=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 139 (54.69% from 255 or 35.01% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B5B is #5874A4. Grayscale: #8E8E8E. Windows color (decimal): -5797029 or 5999527. OLE color: 5999527.

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

Color convert

RGB 167 139 91 -
CMYK 0 0.17 0.46 0.35
HSL 37.89º 0.3% 0.51% -
HSV(B) 37.89º 0.46% 0.65% -
XYZ 27.06 27.44 13.77 -
YUV 141.9 99.28 145.9 -
System Red Green Blue C M Y K H S L
Decimal 167 139 91 0 0.17 0.46 0.35 37.89 0.3 0.51
Hex A7 8B 5B 0 11 2E 23 26 1E 33
Octal 247 213 133 0 21 56 43 46 36 63
Binary 10100111 10001011 1011011 0 10001 101110 100011 100110 11110 110011

Color Harmonies of #A78B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78B5B

Black with #A78B5B

Text Example


Text Example

White with #A78B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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