Html Css Color HEX #A56575 Turkish Rose

📋 copy color: '#A56575'

red 165 ◦ green 101 ◦ blue 117

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

Shades of Turkish Rose #A56575

Tints of Turkish Rose #A56575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 43.08%
G = 26.37%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A56575 (or 0xA56575) is known color: Turkish Rose. HEX triplet: A5, 65 and 75. RGB value is (165,101,117). Sum of RGB (Red+Green+Blue) = 165+101+117=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A56575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56575 is #5A9A8A. Grayscale: #797979. Windows color (decimal): -5937803 or 7693733. OLE color: 7693733.

HSL color Cylindrical-coordinate representation of color #A56575: hue angle of 345º 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 #A56575 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 101 117 -
CMYK 0 0.39 0.29 0.35
HSL 345º 0.26% 0.52% -
HSV(B) 345º 0.39% 0.65% -
XYZ 23.38 18.59 19.19 -
YUV 121.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 165 101 117 0 0.39 0.29 0.35 345 0.26 0.52
Hex A5 65 75 0 27 1D 23 159 1A 34
Octal 245 145 165 0 47 35 43 531 32 64
Binary 10100101 1100101 1110101 0 100111 11101 100011 101011001 11010 110100

Color Harmonies of #A56575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56575

Black with #A56575

Text Example


Text Example

White with #A56575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56575; }

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

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

background-color css

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

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

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

border-color css

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

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

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