Html Css Color HEX #A0757D Turkish Rose

📋 copy color: '#A0757D'

red 160 ◦ green 117 ◦ blue 125

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

Shades of Turkish Rose #A0757D

Tints of Turkish Rose #A0757D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.09%

R = 39.8%
G = 29.1%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0757D (or 0xA0757D) is known color: Turkish Rose. HEX triplet: A0, 75 and 7D. RGB value is (160,117,125). Sum of RGB (Red+Green+Blue) = 160+117+125=402 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.80% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 160 - color contains mainly: red. Hex color #A0757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0757D is #5F8A82. Grayscale: #828282. Windows color (decimal): -6261379 or 8222112. OLE color: 8222112.

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

Color convert

RGB 160 117 125 -
CMYK 0 0.27 0.22 0.37
HSL 348.84º 0.18% 0.54% -
HSV(B) 348.84º 0.27% 0.63% -
XYZ 24.56 21.68 22.29 -
YUV 130.77 124.75 148.85 -
System Red Green Blue C M Y K H S L
Decimal 160 117 125 0 0.27 0.22 0.37 348.84 0.18 0.54
Hex A0 75 7D 0 1B 16 25 15D 12 36
Octal 240 165 175 0 33 26 45 535 22 66
Binary 10100000 1110101 1111101 0 11011 10110 100101 101011101 10010 110110

Color Harmonies of #A0757D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0757D

Black with #A0757D

Text Example


Text Example

White with #A0757D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0757D; }

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

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

background-color css

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

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

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

border-color css

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

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

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