Html Css Color HEX #A75D74 Turkish Rose

📋 copy color: '#A75D74'

red 167 ◦ green 93 ◦ blue 116

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

Shades of Turkish Rose #A75D74

Tints of Turkish Rose #A75D74

RGB

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

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

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

R = 44.41%
G = 24.73%
B = 30.85%

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

#A75D74 (or 0xA75D74) is known color: Turkish Rose. HEX triplet: A7, 5D and 74. RGB value is (167,93,116). Sum of RGB (Red+Green+Blue) = 167+93+116=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75D74 is #58A28B. Grayscale: #757575. Windows color (decimal): -5808780 or 7626151. OLE color: 7626151.

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

Color convert

RGB 167 93 116 -
CMYK 0 0.44 0.31 0.35
HSL 341.35º 0.3% 0.51% -
HSV(B) 341.35º 0.44% 0.65% -
XYZ 23 17.31 18.65 -
YUV 117.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 167 93 116 0 0.44 0.31 0.35 341.35 0.3 0.51
Hex A7 5D 74 0 2C 1F 23 155 1E 33
Octal 247 135 164 0 54 37 43 525 36 63
Binary 10100111 1011101 1110100 0 101100 11111 100011 101010101 11110 110011

Color Harmonies of #A75D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75D74

Black with #A75D74

Text Example


Text Example

White with #A75D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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