Html Css Color HEX #A78B5A Teak

📋 copy color: '#A78B5A'

red 167 ◦ green 139 ◦ blue 90

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

Shades of Teak #A78B5A

Tints of Teak #A78B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.73%

R = 42.17%
G = 35.1%
B = 22.73%

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

#A78B5A (or 0xA78B5A) is known color: Teak. HEX triplet: A7, 8B and 5A. RGB value is (167,139,90). Sum of RGB (Red+Green+Blue) = 167+139+90=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 167 - color contains mainly: red. Hex color #A78B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78B5A is #5874A5. Grayscale: #8E8E8E. Windows color (decimal): -5797030 or 5933991. OLE color: 5933991.

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

Color convert

RGB 167 139 90 -
CMYK 0 0.17 0.46 0.35
HSL 38.18º 0.3% 0.5% -
HSV(B) 38.18º 0.46% 0.65% -
XYZ 27.01 27.42 13.54 -
YUV 141.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 167 139 90 0 0.17 0.46 0.35 38.18 0.3 0.5
Hex A7 8B 5A 0 11 2E 23 26 1E 32
Octal 247 213 132 0 21 56 43 46 36 62
Binary 10100111 10001011 1011010 0 10001 101110 100011 100110 11110 110010

Color Harmonies of #A78B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78B5A

Black with #A78B5A

Text Example


Text Example

White with #A78B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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