Html Css Color HEX #A0777F Turkish Rose

📋 copy color: '#A0777F'

red 160 ◦ green 119 ◦ blue 127

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

Shades of Turkish Rose #A0777F

Tints of Turkish Rose #A0777F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 39.41%
G = 29.31%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0777F (or 0xA0777F) is known color: Turkish Rose. HEX triplet: A0, 77 and 7F. RGB value is (160,119,127). Sum of RGB (Red+Green+Blue) = 160+119+127=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0777F is #5F8880. Grayscale: #848484. Windows color (decimal): -6260865 or 8353696. OLE color: 8353696.

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

Color convert

RGB 160 119 127 -
CMYK 0 0.26 0.21 0.37
HSL 348.29º 0.18% 0.55% -
HSV(B) 348.29º 0.26% 0.63% -
XYZ 24.92 22.2 23.05 -
YUV 132.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 160 119 127 0 0.26 0.21 0.37 348.29 0.18 0.55
Hex A0 77 7F 0 1A 15 25 15C 12 37
Octal 240 167 177 0 32 25 45 534 22 67
Binary 10100000 1110111 1111111 0 11010 10101 100101 101011100 10010 110111

Color Harmonies of #A0777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0777F

Black with #A0777F

Text Example


Text Example

White with #A0777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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