Html Css Color HEX #A56979 Turkish Rose

📋 copy color: '#A56979'

red 165 ◦ green 105 ◦ blue 121

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

Shades of Turkish Rose #A56979

Tints of Turkish Rose #A56979

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.85%

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

R = 42.2%
G = 26.85%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A56979 (or 0xA56979) is known color: Turkish Rose. HEX triplet: A5, 69 and 79. RGB value is (165,105,121). Sum of RGB (Red+Green+Blue) = 165+105+121=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A56979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56979 is #5A9686. Grayscale: #7C7C7C. Windows color (decimal): -5936775 or 7956901. OLE color: 7956901.

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

Color convert

RGB 165 105 121 -
CMYK 0 0.36 0.27 0.35
HSL 344º 0.25% 0.53% -
HSV(B) 344º 0.36% 0.65% -
XYZ 24.02 19.48 20.58 -
YUV 124.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 165 105 121 0 0.36 0.27 0.35 344 0.25 0.53
Hex A5 69 79 0 24 1B 23 158 19 35
Octal 245 151 171 0 44 33 43 530 31 65
Binary 10100101 1101001 1111001 0 100100 11011 100011 101011000 11001 110101

Color Harmonies of #A56979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56979

Black with #A56979

Text Example


Text Example

White with #A56979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56979; }

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

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

background-color css

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

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

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

border-color css

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

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

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