Html Css Color HEX #A0797F Turkish Rose

📋 copy color: '#A0797F'

red 160 ◦ green 121 ◦ blue 127

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

Shades of Turkish Rose #A0797F

Tints of Turkish Rose #A0797F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.66%

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

R = 39.22%
G = 29.66%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0797F (or 0xA0797F) is known color: Turkish Rose. HEX triplet: A0, 79 and 7F. RGB value is (160,121,127). Sum of RGB (Red+Green+Blue) = 160+121+127=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 121 (47.66% from 255 or 29.66% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797F is #5F8680. Grayscale: #858585. Windows color (decimal): -6260353 or 8354208. OLE color: 8354208.

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

Color convert

RGB 160 121 127 -
CMYK 0 0.24 0.21 0.37
HSL 350.77º 0.17% 0.55% -
HSV(B) 350.77º 0.24% 0.63% -
XYZ 25.17 22.68 23.13 -
YUV 133.35 124.42 147.01 -
System Red Green Blue C M Y K H S L
Decimal 160 121 127 0 0.24 0.21 0.37 350.77 0.17 0.55
Hex A0 79 7F 0 18 15 25 15F 11 37
Octal 240 171 177 0 30 25 45 537 21 67
Binary 10100000 1111001 1111111 0 11000 10101 100101 101011111 10001 110111

Color Harmonies of #A0797F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0797F

Black with #A0797F

Text Example


Text Example

White with #A0797F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0797F; }

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

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

background-color css

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

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

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

border-color css

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

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

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