Html Css Color HEX #A59360 Teak

📋 copy color: '#A59360'

red 165 ◦ green 147 ◦ blue 96

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

Shades of Teak #A59360

Tints of Teak #A59360

RGB

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

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

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

R = 40.44%
G = 36.03%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.35

RGB Variations

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

Color information

#A59360 (or 0xA59360) is known color: Teak. HEX triplet: A5, 93 and 60. RGB value is (165,147,96). Sum of RGB (Red+Green+Blue) = 165+147+96=408 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.44% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 165 - color contains mainly: red. Hex color #A59360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59360 is #5A6C9F. Grayscale: #929292. Windows color (decimal): -5926048 or 6329253. OLE color: 6329253.

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

Color convert

RGB 165 147 96 -
CMYK 0 0.11 0.42 0.35
HSL 44.35º 0.28% 0.51% -
HSV(B) 44.35º 0.42% 0.65% -
XYZ 28.06 29.71 15.32 -
YUV 146.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 165 147 96 0 0.11 0.42 0.35 44.35 0.28 0.51
Hex A5 93 60 0 B 2A 23 2C 1C 33
Octal 245 223 140 0 13 52 43 54 34 63
Binary 10100101 10010011 1100000 0 1011 101010 100011 101100 11100 110011

Color Harmonies of #A59360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59360

Black with #A59360

Text Example


Text Example

White with #A59360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59360; }

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

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

background-color css

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

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

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

border-color css

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

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

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