Html Css Color HEX #A5717D Turkish Rose

📋 copy color: '#A5717D'

red 165 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #A5717D

Tints of Turkish Rose #A5717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 40.94%
G = 28.04%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5717D (or 0xA5717D) is known color: Turkish Rose. HEX triplet: A5, 71 and 7D. RGB value is (165,113,125). Sum of RGB (Red+Green+Blue) = 165+113+125=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 165 - color contains mainly: red. Hex color #A5717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5717D is #5A8E82. Grayscale: #818181. Windows color (decimal): -5934723 or 8221093. OLE color: 8221093.

HSL color Cylindrical-coordinate representation of color #A5717D: hue angle of 346.15º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5717D is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 113 125 -
CMYK 0 0.32 0.24 0.35
HSL 346.15º 0.22% 0.55% -
HSV(B) 346.15º 0.32% 0.65% -
XYZ 25.12 21.29 22.19 -
YUV 129.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 165 113 125 0 0.32 0.24 0.35 346.15 0.22 0.55
Hex A5 71 7D 0 20 18 23 15A 16 37
Octal 245 161 175 0 40 30 43 532 26 67
Binary 10100101 1110001 1111101 0 100000 11000 100011 101011010 10110 110111

Color Harmonies of #A5717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5717D

Black with #A5717D

Text Example


Text Example

White with #A5717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5717D; }

 p { color: rgb(165,113,125); }

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

background-color css

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

 a { background-color: rgb(165,113,125); }

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

border-color css

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

 span { border-color: rgb(165,113,125); }

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