Html Css Color HEX #A89358 Teak

📋 copy color: '#A89358'

red 168 ◦ green 147 ◦ blue 88

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

Shades of Teak #A89358

Tints of Teak #A89358

RGB

 RED value IS 168 (66.02% from 255) = 41.69%

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 41.69%
G = 36.48%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#A89358 (or 0xA89358) is known color: Teak. HEX triplet: A8, 93 and 58. RGB value is (168,147,88). Sum of RGB (Red+Green+Blue) = 168+147+88=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 88 (34.77% from 255 or 21.84% from 403); Max value from RGB is 168 - color contains mainly: red. Hex color #A89358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A89358 is #576CA7. Grayscale: #929292. Windows color (decimal): -5729448 or 5804968. OLE color: 5804968.

HSL color Cylindrical-coordinate representation of color #A89358: hue angle of 44.25º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A89358 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 147 88 -
CMYK 0 0.13 0.48 0.34
HSL 44.25º 0.31% 0.5% -
HSV(B) 44.25º 0.48% 0.66% -
XYZ 28.34 29.9 13.51 -
YUV 146.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 168 147 88 0 0.13 0.48 0.34 44.25 0.31 0.5
Hex A8 93 58 0 D 30 22 2C 1F 32
Octal 250 223 130 0 15 60 42 54 37 62
Binary 10101000 10010011 1011000 0 1101 110000 100010 101100 11111 110010

Color Harmonies of #A89358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89358

Black with #A89358

Text Example


Text Example

White with #A89358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89358; }

 p { color: rgb(168,147,88); }

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

background-color css

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

 a { background-color: rgb(168,147,88); }

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

border-color css

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

 span { border-color: rgb(168,147,88); }

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