Html Css Color HEX #A58557 Teak

📋 copy color: '#A58557'

red 165 ◦ green 133 ◦ blue 87

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

Shades of Teak #A58557

Tints of Teak #A58557

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 42.86%
G = 34.55%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A58557 (or 0xA58557) is known color: Teak. HEX triplet: A5, 85 and 57. RGB value is (165,133,87). Sum of RGB (Red+Green+Blue) = 165+133+87=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A58557 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A58557 is #5A7AA8. Grayscale: #898989. Windows color (decimal): -5929641 or 5735845. OLE color: 5735845.

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

Color convert

RGB 165 133 87 -
CMYK 0 0.19 0.47 0.35
HSL 35.38º 0.31% 0.49% -
HSV(B) 35.38º 0.47% 0.65% -
XYZ 25.62 25.46 12.58 -
YUV 137.32 99.6 147.74 -
System Red Green Blue C M Y K H S L
Decimal 165 133 87 0 0.19 0.47 0.35 35.38 0.31 0.49
Hex A5 85 57 0 13 2F 23 23 1F 31
Octal 245 205 127 0 23 57 43 43 37 61
Binary 10100101 10000101 1010111 0 10011 101111 100011 100011 11111 110001

Color Harmonies of #A58557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58557

Black with #A58557

Text Example


Text Example

White with #A58557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58557; }

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

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

background-color css

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

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

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

border-color css

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

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

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