Html Css Color HEX #A5747C Turkish Rose

📋 copy color: '#A5747C'

red 165 ◦ green 116 ◦ blue 124

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

Shades of Turkish Rose #A5747C

Tints of Turkish Rose #A5747C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.64%

 BLUE value IS 124 (48.83% from 255) = 30.62%

R = 40.74%
G = 28.64%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5747C (or 0xA5747C) is known color: Turkish Rose. HEX triplet: A5, 74 and 7C. RGB value is (165,116,124). Sum of RGB (Red+Green+Blue) = 165+116+124=405 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.74% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 165 - color contains mainly: red. Hex color #A5747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5747C is #5A8B83. Grayscale: #838383. Windows color (decimal): -5933956 or 8156325. OLE color: 8156325.

HSL color Cylindrical-coordinate representation of color #A5747C: hue angle of 350.2º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5747C is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 116 124 -
CMYK 0 0.30 0.25 0.35
HSL 350.2º 0.21% 0.55% -
HSV(B) 350.2º 0.3% 0.65% -
XYZ 25.4 21.95 21.97 -
YUV 131.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 165 116 124 0 0.30 0.25 0.35 350.2 0.21 0.55
Hex A5 74 7C 0 1E 19 23 15E 15 37
Octal 245 164 174 0 36 31 43 536 25 67
Binary 10100101 1110100 1111100 0 11110 11001 100011 101011110 10101 110111

Color Harmonies of #A5747C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5747C

Black with #A5747C

Text Example


Text Example

White with #A5747C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5747C; }

 p { color: rgb(165,116,124); }

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

background-color css

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

 a { background-color: rgb(165,116,124); }

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

border-color css

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

 span { border-color: rgb(165,116,124); }

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