Html Css Color HEX #A07079 Turkish Rose

📋 copy color: '#A07079'

red 160 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A07079

Tints of Turkish Rose #A07079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.5%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 40.71%
G = 28.5%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A07079 (or 0xA07079) is known color: Turkish Rose. HEX triplet: A0, 70 and 79. RGB value is (160,112,121). Sum of RGB (Red+Green+Blue) = 160+112+121=393 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.71% from 393); Green value is 112 (44.14% from 255 or 28.50% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 160 - color contains mainly: red. Hex color #A07079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07079 is #5F8F86. Grayscale: #7F7F7F. Windows color (decimal): -6262663 or 7958688. OLE color: 7958688.

HSL color Cylindrical-coordinate representation of color #A07079: hue angle of 348.75º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A07079 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 112 121 -
CMYK 0 0.30 0.24 0.37
HSL 348.75º 0.2% 0.53% -
HSV(B) 348.75º 0.3% 0.63% -
XYZ 23.74 20.44 20.78 -
YUV 127.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 160 112 121 0 0.30 0.24 0.37 348.75 0.2 0.53
Hex A0 70 79 0 1E 18 25 15D 14 35
Octal 240 160 171 0 36 30 45 535 24 65
Binary 10100000 1110000 1111001 0 11110 11000 100101 101011101 10100 110101

Color Harmonies of #A07079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07079

Black with #A07079

Text Example


Text Example

White with #A07079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07079; }

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

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

background-color css

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

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

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

border-color css

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

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

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