Html Css Color HEX #A59259 Teak

📋 copy color: '#A59259'

red 165 ◦ green 146 ◦ blue 89

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

Shades of Teak #A59259

Tints of Teak #A59259

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.5%

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

R = 41.25%
G = 36.5%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A59259 (or 0xA59259) is known color: Teak. HEX triplet: A5, 92 and 59. RGB value is (165,146,89). Sum of RGB (Red+Green+Blue) = 165+146+89=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A59259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59259 is #5A6DA6. Grayscale: #919191. Windows color (decimal): -5926311 or 5870245. OLE color: 5870245.

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

Color convert

RGB 165 146 89 -
CMYK 0 0.12 0.46 0.35
HSL 45º 0.3% 0.5% -
HSV(B) 45º 0.46% 0.65% -
XYZ 27.6 29.28 13.65 -
YUV 145.18 96.29 142.13 -
System Red Green Blue C M Y K H S L
Decimal 165 146 89 0 0.12 0.46 0.35 45 0.3 0.5
Hex A5 92 59 0 C 2E 23 2D 1E 32
Octal 245 222 131 0 14 56 43 55 36 62
Binary 10100101 10010010 1011001 0 1100 101110 100011 101101 11110 110010

Color Harmonies of #A59259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59259

Black with #A59259

Text Example


Text Example

White with #A59259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59259; }

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

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

background-color css

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

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

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

border-color css

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

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

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