Html Css Color HEX #A0757B Turkish Rose

📋 copy color: '#A0757B'

red 160 ◦ green 117 ◦ blue 123

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

Shades of Turkish Rose #A0757B

Tints of Turkish Rose #A0757B

RGB

 RED value IS 160 (62.89% from 255) = 40%

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

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 40%
G = 29.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0757B (or 0xA0757B) is known color: Turkish Rose. HEX triplet: A0, 75 and 7B. RGB value is (160,117,123). Sum of RGB (Red+Green+Blue) = 160+117+123=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 160 - color contains mainly: red. Hex color #A0757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0757B is #5F8A84. Grayscale: #828282. Windows color (decimal): -6261381 or 8091040. OLE color: 8091040.

HSL color Cylindrical-coordinate representation of color #A0757B: hue angle of 351.63º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0757B is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 123 -
CMYK 0 0.27 0.23 0.37
HSL 351.63º 0.18% 0.54% -
HSV(B) 351.63º 0.27% 0.63% -
XYZ 24.43 21.63 21.63 -
YUV 130.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 160 117 123 0 0.27 0.23 0.37 351.63 0.18 0.54
Hex A0 75 7B 0 1B 17 25 160 12 36
Octal 240 165 173 0 33 27 45 540 22 66
Binary 10100000 1110101 1111011 0 11011 10111 100101 101100000 10010 110110

Color Harmonies of #A0757B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0757B

Black with #A0757B

Text Example


Text Example

White with #A0757B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0757B; }

 p { color: rgb(160,117,123); }

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

background-color css

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

 a { background-color: rgb(160,117,123); }

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

border-color css

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

 span { border-color: rgb(160,117,123); }

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