Html Css Color HEX #A55E63 Turkish Rose

📋 copy color: '#A55E63'

red 165 ◦ green 94 ◦ blue 99

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

Shades of Turkish Rose #A55E63

Tints of Turkish Rose #A55E63

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.26%

 BLUE value IS 99 (39.06% from 255) = 27.65%

R = 46.09%
G = 26.26%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#A55E63 (or 0xA55E63) is known color: Turkish Rose. HEX triplet: A5, 5E and 63. RGB value is (165,94,99). Sum of RGB (Red+Green+Blue) = 165+94+99=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E63 is #5AA19C. Grayscale: #737373. Windows color (decimal): -5939613 or 6512293. OLE color: 6512293.

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

Color convert

RGB 165 94 99 -
CMYK 0 0.43 0.40 0.35
HSL 355.77º 0.28% 0.51% -
HSV(B) 355.77º 0.43% 0.65% -
XYZ 21.77 16.91 13.92 -
YUV 115.8 118.52 163.09 -
System Red Green Blue C M Y K H S L
Decimal 165 94 99 0 0.43 0.40 0.35 355.77 0.28 0.51
Hex A5 5E 63 0 2B 28 23 164 1C 33
Octal 245 136 143 0 53 50 43 544 34 63
Binary 10100101 1011110 1100011 0 101011 101000 100011 101100100 11100 110011

Color Harmonies of #A55E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E63

Black with #A55E63

Text Example


Text Example

White with #A55E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E63; }

 p { color: rgb(165,94,99); }

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

background-color css

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

 a { background-color: rgb(165,94,99); }

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

border-color css

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

 span { border-color: rgb(165,94,99); }

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