Html Css Color HEX #A78853 Teak

📋 copy color: '#A78853'

red 167 ◦ green 136 ◦ blue 83

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

Shades of Teak #A78853

Tints of Teak #A78853

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.23%

 BLUE value IS 83 (32.81% from 255) = 21.5%

R = 43.26%
G = 35.23%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A78853 (or 0xA78853) is known color: Teak. HEX triplet: A7, 88 and 53. RGB value is (167,136,83). Sum of RGB (Red+Green+Blue) = 167+136+83=386 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.26% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 167 - color contains mainly: red. Hex color #A78853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78853 is #5877AC. Grayscale: #8B8B8B. Windows color (decimal): -5797805 or 5474471. OLE color: 5474471.

HSL color Cylindrical-coordinate representation of color #A78853: hue angle of 37.86º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A78853 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 136 83 -
CMYK 0 0.19 0.50 0.35
HSL 37.86º 0.34% 0.49% -
HSV(B) 37.86º 0.5% 0.65% -
XYZ 26.3 26.45 11.9 -
YUV 139.23 96.27 147.81 -
System Red Green Blue C M Y K H S L
Decimal 167 136 83 0 0.19 0.50 0.35 37.86 0.34 0.49
Hex A7 88 53 0 13 32 23 26 22 31
Octal 247 210 123 0 23 62 43 46 42 61
Binary 10100111 10001000 1010011 0 10011 110010 100011 100110 100010 110001

Color Harmonies of #A78853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78853

Black with #A78853

Text Example


Text Example

White with #A78853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78853; }

 p { color: rgb(167,136,83); }

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

background-color css

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

 a { background-color: rgb(167,136,83); }

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

border-color css

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

 span { border-color: rgb(167,136,83); }

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