Html Css Color HEX #A58385 Turkish Rose

📋 copy color: '#A58385'

red 165 ◦ green 131 ◦ blue 133

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

Shades of Turkish Rose #A58385

Tints of Turkish Rose #A58385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31%

R = 38.46%
G = 30.54%
B = 31%

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

#A58385 (or 0xA58385) is known color: Turkish Rose. HEX triplet: A5, 83 and 85. RGB value is (165,131,133). Sum of RGB (Red+Green+Blue) = 165+131+133=429 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.46% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 165 - color contains mainly: red. Hex color #A58385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58385 is #5A7C7A. Grayscale: #8D8D8D. Windows color (decimal): -5930107 or 8749989. OLE color: 8749989.

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

Color convert

RGB 165 131 133 -
CMYK 0 0.21 0.19 0.35
HSL 356.47º 0.16% 0.58% -
HSV(B) 356.47º 0.21% 0.65% -
XYZ 27.87 25.93 25.73 -
YUV 141.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 165 131 133 0 0.21 0.19 0.35 356.47 0.16 0.58
Hex A5 83 85 0 15 13 23 164 10 3A
Octal 245 203 205 0 25 23 43 544 20 72
Binary 10100101 10000011 10000101 0 10101 10011 100011 101100100 10000 111010

Color Harmonies of #A58385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58385

Black with #A58385

Text Example


Text Example

White with #A58385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58385; }

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

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

background-color css

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

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

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

border-color css

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

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

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