Html Css Color HEX #A5737F Turkish Rose

📋 copy color: '#A5737F'

red 165 ◦ green 115 ◦ blue 127

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

Shades of Turkish Rose #A5737F

Tints of Turkish Rose #A5737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 40.54%
G = 28.26%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5737F (or 0xA5737F) is known color: Turkish Rose. HEX triplet: A5, 73 and 7F. RGB value is (165,115,127). Sum of RGB (Red+Green+Blue) = 165+115+127=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A5737F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5737F is #5A8C80. Grayscale: #838383. Windows color (decimal): -5934209 or 8352677. OLE color: 8352677.

HSL color Cylindrical-coordinate representation of color #A5737F: hue angle of 345.6º degrees, saturation: 0.22, 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 #A5737F is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 115 127 -
CMYK 0 0.30 0.23 0.35
HSL 345.6º 0.22% 0.55% -
HSV(B) 345.6º 0.3% 0.65% -
XYZ 25.48 21.79 22.94 -
YUV 131.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 165 115 127 0 0.30 0.23 0.35 345.6 0.22 0.55
Hex A5 73 7F 0 1E 17 23 15A 16 37
Octal 245 163 177 0 36 27 43 532 26 67
Binary 10100101 1110011 1111111 0 11110 10111 100011 101011010 10110 110111

Color Harmonies of #A5737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5737F

Black with #A5737F

Text Example


Text Example

White with #A5737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5737F; }

 p { color: rgb(165,115,127); }

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

background-color css

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

 a { background-color: rgb(165,115,127); }

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

border-color css

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

 span { border-color: rgb(165,115,127); }

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