Html Css Color HEX #A59459 Teak

📋 copy color: '#A59459'

red 165 ◦ green 148 ◦ blue 89

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

Shades of Teak #A59459

Tints of Teak #A59459

RGB

 RED value IS 165 (64.84% from 255) = 41.04%

 GREEN value IS 148 (58.2% from 255) = 36.82%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 41.04%
G = 36.82%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A59459 (or 0xA59459) is known color: Teak. HEX triplet: A5, 94 and 59. RGB value is (165,148,89). Sum of RGB (Red+Green+Blue) = 165+148+89=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 165 - color contains mainly: red. Hex color #A59459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59459 is #5A6BA6. Grayscale: #929292. Windows color (decimal): -5925799 or 5870757. OLE color: 5870757.

HSL color Cylindrical-coordinate representation of color #A59459: hue angle of 46.58º 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 #A59459 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 89 -
CMYK 0 0.10 0.46 0.35
HSL 46.58º 0.3% 0.5% -
HSV(B) 46.58º 0.46% 0.65% -
XYZ 27.91 29.9 13.75 -
YUV 146.36 95.63 141.3 -
System Red Green Blue C M Y K H S L
Decimal 165 148 89 0 0.10 0.46 0.35 46.58 0.3 0.5
Hex A5 94 59 0 A 2E 23 2F 1E 32
Octal 245 224 131 0 12 56 43 57 36 62
Binary 10100101 10010100 1011001 0 1010 101110 100011 101111 11110 110010

Color Harmonies of #A59459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59459

Black with #A59459

Text Example


Text Example

White with #A59459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59459; }

 p { color: rgb(165,148,89); }

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

background-color css

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

 a { background-color: rgb(165,148,89); }

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

border-color css

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

 span { border-color: rgb(165,148,89); }

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