Html Css Color HEX #A58986 Thatch

📋 copy color: '#A58986'

red 165 ◦ green 137 ◦ blue 134

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

Shades of Thatch #A58986

Tints of Thatch #A58986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

 BLUE value IS 134 (52.73% from 255) = 30.73%

R = 37.84%
G = 31.42%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A58986 (or 0xA58986) is known color: Thatch. HEX triplet: A5, 89 and 86. RGB value is (165,137,134). Sum of RGB (Red+Green+Blue) = 165+137+134=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58986 is #5A7679. Grayscale: #919191. Windows color (decimal): -5928570 or 8817061. OLE color: 8817061.

HSL color Cylindrical-coordinate representation of color #A58986: hue angle of 5.81º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58986 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 137 134 -
CMYK 0 0.17 0.19 0.35
HSL 5.81º 0.15% 0.59% -
HSV(B) 5.81º 0.19% 0.65% -
XYZ 28.77 27.61 26.37 -
YUV 145.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 165 137 134 0 0.17 0.19 0.35 5.81 0.15 0.59
Hex A5 89 86 0 11 13 23 6 F 3B
Octal 245 211 206 0 21 23 43 6 17 73
Binary 10100101 10001001 10000110 0 10001 10011 100011 110 1111 111011

Color Harmonies of #A58986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58986

Black with #A58986

Text Example


Text Example

White with #A58986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58986; }

 p { color: rgb(165,137,134); }

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

background-color css

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

 a { background-color: rgb(165,137,134); }

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

border-color css

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

 span { border-color: rgb(165,137,134); }

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