Html Css Color HEX #A59157 Teak

📋 copy color: '#A59157'

red 165 ◦ green 145 ◦ blue 87

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

Shades of Teak #A59157

Tints of Teak #A59157

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 87 (34.38% from 255) = 21.91%

R = 41.56%
G = 36.52%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A59157 (or 0xA59157) is known color: Teak. HEX triplet: A5, 91 and 57. RGB value is (165,145,87). Sum of RGB (Red+Green+Blue) = 165+145+87=397 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.56% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 87 (34.38% from 255 or 21.91% from 397); Max value from RGB is 165 - color contains mainly: red. Hex color #A59157 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59157 is #5A6EA8. Grayscale: #909090. Windows color (decimal): -5926569 or 5738917. OLE color: 5738917.

HSL color Cylindrical-coordinate representation of color #A59157: hue angle of 44.62º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A59157 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 145 87 -
CMYK 0 0.12 0.47 0.35
HSL 44.62º 0.31% 0.49% -
HSV(B) 44.62º 0.47% 0.65% -
XYZ 27.36 28.94 13.16 -
YUV 144.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 165 145 87 0 0.12 0.47 0.35 44.62 0.31 0.49
Hex A5 91 57 0 C 2F 23 2D 1F 31
Octal 245 221 127 0 14 57 43 55 37 61
Binary 10100101 10010001 1010111 0 1100 101111 100011 101101 11111 110001

Color Harmonies of #A59157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59157

Black with #A59157

Text Example


Text Example

White with #A59157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59157; }

 p { color: rgb(165,145,87); }

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

background-color css

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

 a { background-color: rgb(165,145,87); }

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

border-color css

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

 span { border-color: rgb(165,145,87); }

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