Html Css Color HEX #A58586 Turkish Rose

📋 copy color: '#A58586'

red 165 ◦ green 133 ◦ blue 134

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

Shades of Turkish Rose #A58586

Tints of Turkish Rose #A58586

RGB

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

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

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

R = 38.19%
G = 30.79%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A58586 (or 0xA58586) is known color: Turkish Rose. HEX triplet: A5, 85 and 86. RGB value is (165,133,134). Sum of RGB (Red+Green+Blue) = 165+133+134=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 165 - color contains mainly: red. Hex color #A58586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58586 is #5A7A79. Grayscale: #8E8E8E. Windows color (decimal): -5929594 or 8816037. OLE color: 8816037.

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

Color convert

RGB 165 133 134 -
CMYK 0 0.19 0.19 0.35
HSL 358.13º 0.15% 0.58% -
HSV(B) 358.13º 0.19% 0.65% -
XYZ 28.21 26.5 26.18 -
YUV 142.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 165 133 134 0 0.19 0.19 0.35 358.13 0.15 0.58
Hex A5 85 86 0 13 13 23 166 F 3A
Octal 245 205 206 0 23 23 43 546 17 72
Binary 10100101 10000101 10000110 0 10011 10011 100011 101100110 1111 111010

Color Harmonies of #A58586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58586

Black with #A58586

Text Example


Text Example

White with #A58586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58586; }

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

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

background-color css

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

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

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

border-color css

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

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

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