Html Css Color HEX #A57079 Turkish Rose

📋 copy color: '#A57079'

red 165 ◦ green 112 ◦ blue 121

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

Shades of Turkish Rose #A57079

Tints of Turkish Rose #A57079

RGB

 RED value IS 165 (64.84% from 255) = 41.46%

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

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

R = 41.46%
G = 28.14%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A57079 (or 0xA57079) is known color: Turkish Rose. HEX triplet: A5, 70 and 79. RGB value is (165,112,121). Sum of RGB (Red+Green+Blue) = 165+112+121=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A57079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57079 is #5A8F86. Grayscale: #808080. Windows color (decimal): -5934983 or 7958693. OLE color: 7958693.

HSL color Cylindrical-coordinate representation of color #A57079: hue angle of 349.81º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A57079 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 112 121 -
CMYK 0 0.32 0.27 0.35
HSL 349.81º 0.23% 0.54% -
HSV(B) 349.81º 0.32% 0.65% -
XYZ 24.76 20.97 20.83 -
YUV 128.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 165 112 121 0 0.32 0.27 0.35 349.81 0.23 0.54
Hex A5 70 79 0 20 1B 23 15E 17 36
Octal 245 160 171 0 40 33 43 536 27 66
Binary 10100101 1110000 1111001 0 100000 11011 100011 101011110 10111 110110

Color Harmonies of #A57079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A57079

Black with #A57079

Text Example


Text Example

White with #A57079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A57079; }

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

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

background-color css

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

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

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

border-color css

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

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

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