Html Css Color HEX #A07579 Turkish Rose

📋 copy color: '#A07579'

red 160 ◦ green 117 ◦ blue 121

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

Shades of Turkish Rose #A07579

Tints of Turkish Rose #A07579

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.4%

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

R = 40.2%
G = 29.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A07579 (or 0xA07579) is known color: Turkish Rose. HEX triplet: A0, 75 and 79. RGB value is (160,117,121). Sum of RGB (Red+Green+Blue) = 160+117+121=398 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.20% from 398); Green value is 117 (46.09% from 255 or 29.40% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 160 - color contains mainly: red. Hex color #A07579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07579 is #5F8A86. Grayscale: #828282. Windows color (decimal): -6261383 or 7959968. OLE color: 7959968.

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

Color convert

RGB 160 117 121 -
CMYK 0 0.27 0.24 0.37
HSL 354.42º 0.18% 0.54% -
HSV(B) 354.42º 0.27% 0.63% -
XYZ 24.31 21.58 20.97 -
YUV 130.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 160 117 121 0 0.27 0.24 0.37 354.42 0.18 0.54
Hex A0 75 79 0 1B 18 25 162 12 36
Octal 240 165 171 0 33 30 45 542 22 66
Binary 10100000 1110101 1111001 0 11011 11000 100101 101100010 10010 110110

Color Harmonies of #A07579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07579

Black with #A07579

Text Example


Text Example

White with #A07579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07579; }

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

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

background-color css

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

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

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

border-color css

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

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

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