Html Css Color HEX #A8757C Turkish Rose

📋 copy color: '#A8757C'

red 168 ◦ green 117 ◦ blue 124

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

Shades of Turkish Rose #A8757C

Tints of Turkish Rose #A8757C

RGB

 RED value IS 168 (66.02% from 255) = 41.08%

 GREEN value IS 117 (46.09% from 255) = 28.61%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 41.08%
G = 28.61%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8757C (or 0xA8757C) is known color: Turkish Rose. HEX triplet: A8, 75 and 7C. RGB value is (168,117,124). Sum of RGB (Red+Green+Blue) = 168+117+124=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 168 - color contains mainly: red. Hex color #A8757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8757C is #578A83. Grayscale: #858585. Windows color (decimal): -5737092 or 8156584. OLE color: 8156584.

HSL color Cylindrical-coordinate representation of color #A8757C: hue angle of 351.76º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8757C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 117 124 -
CMYK 0 0.30 0.26 0.34
HSL 351.76º 0.23% 0.56% -
HSV(B) 351.76º 0.3% 0.66% -
XYZ 26.15 22.5 22.03 -
YUV 133.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 168 117 124 0 0.30 0.26 0.34 351.76 0.23 0.56
Hex A8 75 7C 0 1E 1A 22 160 17 38
Octal 250 165 174 0 36 32 42 540 27 70
Binary 10101000 1110101 1111100 0 11110 11010 100010 101100000 10111 111000

Color Harmonies of #A8757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8757C

Black with #A8757C

Text Example


Text Example

White with #A8757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8757C; }

 p { color: rgb(168,117,124); }

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

background-color css

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

 a { background-color: rgb(168,117,124); }

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

border-color css

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

 span { border-color: rgb(168,117,124); }

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