Html Css Color HEX #A56577 Turkish Rose

📋 copy color: '#A56577'

red 165 ◦ green 101 ◦ blue 119

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

Shades of Turkish Rose #A56577

Tints of Turkish Rose #A56577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.23%

 BLUE value IS 119 (46.88% from 255) = 30.91%

R = 42.86%
G = 26.23%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A56577 (or 0xA56577) is known color: Turkish Rose. HEX triplet: A5, 65 and 77. RGB value is (165,101,119). Sum of RGB (Red+Green+Blue) = 165+101+119=385 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.86% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 119 (46.88% from 255 or 30.91% from 385); Max value from RGB is 165 - color contains mainly: red. Hex color #A56577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56577 is #5A9A88. Grayscale: #7A7A7A. Windows color (decimal): -5937801 or 7824805. OLE color: 7824805.

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

Color convert

RGB 165 101 119 -
CMYK 0 0.39 0.28 0.35
HSL 343.13º 0.26% 0.52% -
HSV(B) 343.13º 0.39% 0.65% -
XYZ 23.5 18.64 19.81 -
YUV 122.19 126.2 158.54 -
System Red Green Blue C M Y K H S L
Decimal 165 101 119 0 0.39 0.28 0.35 343.13 0.26 0.52
Hex A5 65 77 0 27 1C 23 157 1A 34
Octal 245 145 167 0 47 34 43 527 32 64
Binary 10100101 1100101 1110111 0 100111 11100 100011 101010111 11010 110100

Color Harmonies of #A56577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56577

Black with #A56577

Text Example


Text Example

White with #A56577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56577; }

 p { color: rgb(165,101,119); }

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

background-color css

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

 a { background-color: rgb(165,101,119); }

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

border-color css

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

 span { border-color: rgb(165,101,119); }

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