Html Css Color HEX #A0797D Turkish Rose

📋 copy color: '#A0797D'

red 160 ◦ green 121 ◦ blue 125

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

Shades of Turkish Rose #A0797D

Tints of Turkish Rose #A0797D

RGB

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

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

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

R = 39.41%
G = 29.8%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0797D (or 0xA0797D) is known color: Turkish Rose. HEX triplet: A0, 79 and 7D. RGB value is (160,121,125). Sum of RGB (Red+Green+Blue) = 160+121+125=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 160 - color contains mainly: red. Hex color #A0797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0797D is #5F8682. Grayscale: #858585. Windows color (decimal): -6260355 or 8223136. OLE color: 8223136.

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

Color convert

RGB 160 121 125 -
CMYK 0 0.24 0.22 0.37
HSL 353.85º 0.17% 0.55% -
HSV(B) 353.85º 0.24% 0.63% -
XYZ 25.04 22.63 22.45 -
YUV 133.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 160 121 125 0 0.24 0.22 0.37 353.85 0.17 0.55
Hex A0 79 7D 0 18 16 25 162 11 37
Octal 240 171 175 0 30 26 45 542 21 67
Binary 10100000 1111001 1111101 0 11000 10110 100101 101100010 10001 110111

Color Harmonies of #A0797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0797D

Black with #A0797D

Text Example


Text Example

White with #A0797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0797D; }

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

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

background-color css

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

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

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

border-color css

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

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

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