Html Css Color HEX #A0787F Turkish Rose

📋 copy color: '#A0787F'

red 160 ◦ green 120 ◦ blue 127

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

Shades of Turkish Rose #A0787F

Tints of Turkish Rose #A0787F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 39.31%
G = 29.48%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0787F (or 0xA0787F) is known color: Turkish Rose. HEX triplet: A0, 78 and 7F. RGB value is (160,120,127). Sum of RGB (Red+Green+Blue) = 160+120+127=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 160 - color contains mainly: red. Hex color #A0787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0787F is #5F8780. Grayscale: #848484. Windows color (decimal): -6260609 or 8353952. OLE color: 8353952.

HSL color Cylindrical-coordinate representation of color #A0787F: hue angle of 349.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0787F is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 127 -
CMYK 0 0.25 0.21 0.37
HSL 349.5º 0.17% 0.55% -
HSV(B) 349.5º 0.25% 0.63% -
XYZ 25.04 22.44 23.09 -
YUV 132.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 160 120 127 0 0.25 0.21 0.37 349.5 0.17 0.55
Hex A0 78 7F 0 19 15 25 15E 11 37
Octal 240 170 177 0 31 25 45 536 21 67
Binary 10100000 1111000 1111111 0 11001 10101 100101 101011110 10001 110111

Color Harmonies of #A0787F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0787F

Black with #A0787F

Text Example


Text Example

White with #A0787F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0787F; }

 p { color: rgb(160,120,127); }

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

background-color css

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

 a { background-color: rgb(160,120,127); }

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

border-color css

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

 span { border-color: rgb(160,120,127); }

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