Html Css Color HEX #A58386 Turkish Rose

📋 copy color: '#A58386'

red 165 ◦ green 131 ◦ blue 134

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

Shades of Turkish Rose #A58386

Tints of Turkish Rose #A58386

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.47%

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

R = 38.37%
G = 30.47%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A58386 (or 0xA58386) is known color: Turkish Rose. HEX triplet: A5, 83 and 86. RGB value is (165,131,134). Sum of RGB (Red+Green+Blue) = 165+131+134=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 131 (51.56% from 255 or 30.47% from 430); Blue value is 134 (52.73% from 255 or 31.16% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58386 is #5A7C79. Grayscale: #8D8D8D. Windows color (decimal): -5930106 or 8815525. OLE color: 8815525.

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

Color convert

RGB 165 131 134 -
CMYK 0 0.21 0.19 0.35
HSL 354.71º 0.16% 0.58% -
HSV(B) 354.71º 0.21% 0.65% -
XYZ 27.94 25.95 26.09 -
YUV 141.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 165 131 134 0 0.21 0.19 0.35 354.71 0.16 0.58
Hex A5 83 86 0 15 13 23 163 10 3A
Octal 245 203 206 0 25 23 43 543 20 72
Binary 10100101 10000011 10000110 0 10101 10011 100011 101100011 10000 111010

Color Harmonies of #A58386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58386

Black with #A58386

Text Example


Text Example

White with #A58386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58386; }

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

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

background-color css

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

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

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

border-color css

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

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

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