Html Css Color HEX #A56176 Turkish Rose

📋 copy color: '#A56176'

red 165 ◦ green 97 ◦ blue 118

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

Shades of Turkish Rose #A56176

Tints of Turkish Rose #A56176

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.53%

 BLUE value IS 118 (46.48% from 255) = 31.05%

R = 43.42%
G = 25.53%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A56176 (or 0xA56176) is known color: Turkish Rose. HEX triplet: A5, 61 and 76. RGB value is (165,97,118). Sum of RGB (Red+Green+Blue) = 165+97+118=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A56176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56176 is #5A9E89. Grayscale: #777777. Windows color (decimal): -5938826 or 7758245. OLE color: 7758245.

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

Color convert

RGB 165 97 118 -
CMYK 0 0.41 0.28 0.35
HSL 341.47º 0.27% 0.51% -
HSV(B) 341.47º 0.41% 0.65% -
XYZ 23.06 17.86 19.37 -
YUV 119.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 165 97 118 0 0.41 0.28 0.35 341.47 0.27 0.51
Hex A5 61 76 0 29 1C 23 155 1B 33
Octal 245 141 166 0 51 34 43 525 33 63
Binary 10100101 1100001 1110110 0 101001 11100 100011 101010101 11011 110011

Color Harmonies of #A56176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56176

Black with #A56176

Text Example


Text Example

White with #A56176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56176; }

 p { color: rgb(165,97,118); }

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

background-color css

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

 a { background-color: rgb(165,97,118); }

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

border-color css

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

 span { border-color: rgb(165,97,118); }

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