Html Css Color HEX #A78855 Teak

📋 copy color: '#A78855'

red 167 ◦ green 136 ◦ blue 85

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

Shades of Teak #A78855

Tints of Teak #A78855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 43.04%
G = 35.05%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A78855 (or 0xA78855) is known color: Teak. HEX triplet: A7, 88 and 55. RGB value is (167,136,85). Sum of RGB (Red+Green+Blue) = 167+136+85=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 167 - color contains mainly: red. Hex color #A78855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78855 is #5877AA. Grayscale: #8B8B8B. Windows color (decimal): -5797803 or 5605543. OLE color: 5605543.

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

Color convert

RGB 167 136 85 -
CMYK 0 0.19 0.49 0.35
HSL 37.32º 0.33% 0.49% -
HSV(B) 37.32º 0.49% 0.65% -
XYZ 26.38 26.48 12.32 -
YUV 139.46 97.27 147.65 -
System Red Green Blue C M Y K H S L
Decimal 167 136 85 0 0.19 0.49 0.35 37.32 0.33 0.49
Hex A7 88 55 0 13 31 23 25 21 31
Octal 247 210 125 0 23 61 43 45 41 61
Binary 10100111 10001000 1010101 0 10011 110001 100011 100101 100001 110001

Color Harmonies of #A78855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78855

Black with #A78855

Text Example


Text Example

White with #A78855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78855; }

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

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

background-color css

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

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

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

border-color css

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

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

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