Html Css Color HEX #A75E74 Turkish Rose

📋 copy color: '#A75E74'

red 167 ◦ green 94 ◦ blue 116

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

Shades of Turkish Rose #A75E74

Tints of Turkish Rose #A75E74

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 116 (45.7% from 255) = 30.77%

R = 44.3%
G = 24.93%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A75E74 (or 0xA75E74) is known color: Turkish Rose. HEX triplet: A7, 5E and 74. RGB value is (167,94,116). Sum of RGB (Red+Green+Blue) = 167+94+116=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E74 is #58A18B. Grayscale: #767676. Windows color (decimal): -5808524 or 7626407. OLE color: 7626407.

HSL color Cylindrical-coordinate representation of color #A75E74: hue angle of 341.92º degrees, saturation: 0.29, 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 #A75E74 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 94 116 -
CMYK 0 0.44 0.31 0.35
HSL 341.92º 0.29% 0.51% -
HSV(B) 341.92º 0.44% 0.65% -
XYZ 23.09 17.48 18.68 -
YUV 118.34 126.68 162.71 -
System Red Green Blue C M Y K H S L
Decimal 167 94 116 0 0.44 0.31 0.35 341.92 0.29 0.51
Hex A7 5E 74 0 2C 1F 23 156 1D 33
Octal 247 136 164 0 54 37 43 526 35 63
Binary 10100111 1011110 1110100 0 101100 11111 100011 101010110 11101 110011

Color Harmonies of #A75E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E74

Black with #A75E74

Text Example


Text Example

White with #A75E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E74; }

 p { color: rgb(167,94,116); }

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

background-color css

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

 a { background-color: rgb(167,94,116); }

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

border-color css

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

 span { border-color: rgb(167,94,116); }

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