Html Css Color HEX #A75D71 Turkish Rose

📋 copy color: '#A75D71'

red 167 ◦ green 93 ◦ blue 113

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

Shades of Turkish Rose #A75D71

Tints of Turkish Rose #A75D71

RGB

 RED value IS 167 (65.63% from 255) = 44.77%

 GREEN value IS 93 (36.72% from 255) = 24.93%

 BLUE value IS 113 (44.53% from 255) = 30.29%

R = 44.77%
G = 24.93%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A75D71 (or 0xA75D71) is known color: Turkish Rose. HEX triplet: A7, 5D and 71. RGB value is (167,93,113). Sum of RGB (Red+Green+Blue) = 167+93+113=373 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.77% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D71 is #58A28E. Grayscale: #757575. Windows color (decimal): -5808783 or 7429543. OLE color: 7429543.

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

Color convert

RGB 167 93 113 -
CMYK 0 0.44 0.32 0.35
HSL 343.78º 0.3% 0.51% -
HSV(B) 343.78º 0.44% 0.65% -
XYZ 22.83 17.24 17.75 -
YUV 117.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 167 93 113 0 0.44 0.32 0.35 343.78 0.3 0.51
Hex A7 5D 71 0 2C 20 23 158 1E 33
Octal 247 135 161 0 54 40 43 530 36 63
Binary 10100111 1011101 1110001 0 101100 100000 100011 101011000 11110 110011

Color Harmonies of #A75D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D71

Black with #A75D71

Text Example


Text Example

White with #A75D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D71; }

 p { color: rgb(167,93,113); }

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

background-color css

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

 a { background-color: rgb(167,93,113); }

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

border-color css

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

 span { border-color: rgb(167,93,113); }

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