Html Css Color HEX #A75E6A Turkish Rose

📋 copy color: '#A75E6A'

red 167 ◦ green 94 ◦ blue 106

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

Shades of Turkish Rose #A75E6A

Tints of Turkish Rose #A75E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 45.5%
G = 25.61%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A75E6A (or 0xA75E6A) is known color: Turkish Rose. HEX triplet: A7, 5E and 6A. RGB value is (167,94,106). Sum of RGB (Red+Green+Blue) = 167+94+106=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A75E6A is #58A195. Grayscale: #757575. Windows color (decimal): -5808534 or 6971047. OLE color: 6971047.

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

Color convert

RGB 167 94 106 -
CMYK 0 0.44 0.37 0.35
HSL 350.14º 0.29% 0.51% -
HSV(B) 350.14º 0.44% 0.65% -
XYZ 22.54 17.26 15.78 -
YUV 117.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 167 94 106 0 0.44 0.37 0.35 350.14 0.29 0.51
Hex A7 5E 6A 0 2C 25 23 15E 1D 33
Octal 247 136 152 0 54 45 43 536 35 63
Binary 10100111 1011110 1101010 0 101100 100101 100011 101011110 11101 110011

Color Harmonies of #A75E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75E6A

Black with #A75E6A

Text Example


Text Example

White with #A75E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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