Html Css Color HEX #A75E75 Turkish Rose

📋 copy color: '#A75E75'

red 167 ◦ green 94 ◦ blue 117

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

Shades of Turkish Rose #A75E75

Tints of Turkish Rose #A75E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.95%

R = 44.18%
G = 24.87%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A75E75 (or 0xA75E75) is known color: Turkish Rose. HEX triplet: A7, 5E and 75. RGB value is (167,94,117). Sum of RGB (Red+Green+Blue) = 167+94+117=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E75 is #58A18A. Grayscale: #767676. Windows color (decimal): -5808523 or 7691943. OLE color: 7691943.

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

Color convert

RGB 167 94 117 -
CMYK 0 0.44 0.30 0.35
HSL 341.1º 0.29% 0.51% -
HSV(B) 341.1º 0.44% 0.65% -
XYZ 23.15 17.51 18.99 -
YUV 118.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 167 94 117 0 0.44 0.30 0.35 341.1 0.29 0.51
Hex A7 5E 75 0 2C 1E 23 155 1D 33
Octal 247 136 165 0 54 36 43 525 35 63
Binary 10100111 1011110 1110101 0 101100 11110 100011 101010101 11101 110011

Color Harmonies of #A75E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E75

Black with #A75E75

Text Example


Text Example

White with #A75E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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