Html Css Color HEX #A59060 Teak

📋 copy color: '#A59060'

red 165 ◦ green 144 ◦ blue 96

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

Shades of Teak #A59060

Tints of Teak #A59060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.56%

 BLUE value IS 96 (37.89% from 255) = 23.7%

R = 40.74%
G = 35.56%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A59060 (or 0xA59060) is known color: Teak. HEX triplet: A5, 90 and 60. RGB value is (165,144,96). Sum of RGB (Red+Green+Blue) = 165+144+96=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A59060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59060 is #5A6F9F. Grayscale: #919191. Windows color (decimal): -5926816 or 6328485. OLE color: 6328485.

HSL color Cylindrical-coordinate representation of color #A59060: hue angle of 41.74º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A59060 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 144 96 -
CMYK 0 0.13 0.42 0.35
HSL 41.74º 0.28% 0.51% -
HSV(B) 41.74º 0.42% 0.65% -
XYZ 27.6 28.79 15.17 -
YUV 144.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 165 144 96 0 0.13 0.42 0.35 41.74 0.28 0.51
Hex A5 90 60 0 D 2A 23 2A 1C 33
Octal 245 220 140 0 15 52 43 52 34 63
Binary 10100101 10010000 1100000 0 1101 101010 100011 101010 11100 110011

Color Harmonies of #A59060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59060

Black with #A59060

Text Example


Text Example

White with #A59060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59060; }

 p { color: rgb(165,144,96); }

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

background-color css

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

 a { background-color: rgb(165,144,96); }

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

border-color css

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

 span { border-color: rgb(165,144,96); }

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