Html Css Color HEX #A78858 Teak

📋 copy color: '#A78858'

red 167 ◦ green 136 ◦ blue 88

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

Shades of Teak #A78858

Tints of Teak #A78858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.51%

R = 42.71%
G = 34.78%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A78858 (or 0xA78858) is known color: Teak. HEX triplet: A7, 88 and 58. RGB value is (167,136,88). Sum of RGB (Red+Green+Blue) = 167+136+88=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 136 (53.52% from 255 or 34.78% from 391); Blue value is 88 (34.77% from 255 or 22.51% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A78858 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78858 is #5877A7. Grayscale: #8C8C8C. Windows color (decimal): -5797800 or 5802151. OLE color: 5802151.

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

Color convert

RGB 167 136 88 -
CMYK 0 0.19 0.47 0.35
HSL 36.46º 0.31% 0.5% -
HSV(B) 36.46º 0.47% 0.65% -
XYZ 26.5 26.53 12.96 -
YUV 139.8 98.77 147.4 -
System Red Green Blue C M Y K H S L
Decimal 167 136 88 0 0.19 0.47 0.35 36.46 0.31 0.5
Hex A7 88 58 0 13 2F 23 24 1F 32
Octal 247 210 130 0 23 57 43 44 37 62
Binary 10100111 10001000 1011000 0 10011 101111 100011 100100 11111 110010

Color Harmonies of #A78858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78858

Black with #A78858

Text Example


Text Example

White with #A78858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78858; }

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

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

background-color css

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

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

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

border-color css

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

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

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