Html Css Color HEX #A53559 Night Shadz

📋 copy color: '#A53559'

red 165 ◦ green 53 ◦ blue 89

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

Shades of Night Shadz #A53559

Tints of Night Shadz #A53559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.26%

 BLUE value IS 89 (35.16% from 255) = 28.99%

R = 53.75%
G = 17.26%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A53559 (or 0xA53559) is known color: Night Shadz. HEX triplet: A5, 35 and 59. RGB value is (165,53,89). Sum of RGB (Red+Green+Blue) = 165+53+89=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A53559 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53559 is #5ACAA6. Grayscale: #5A5A5A. Windows color (decimal): -5950119 or 5846437. OLE color: 5846437.

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

Color convert

RGB 165 53 89 -
CMYK 0 0.68 0.46 0.35
HSL 340.71º 0.51% 0.43% -
HSV(B) 340.71º 0.68% 0.65% -
XYZ 18.59 11.27 10.65 -
YUV 90.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 165 53 89 0 0.68 0.46 0.35 340.71 0.51 0.43
Hex A5 35 59 0 44 2E 23 155 33 2B
Octal 245 65 131 0 104 56 43 525 63 53
Binary 10100101 110101 1011001 0 1000100 101110 100011 101010101 110011 101011

Color Harmonies of #A53559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53559

Black with #A53559

Text Example


Text Example

White with #A53559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53559; }

 p { color: rgb(165,53,89); }

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

background-color css

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

 a { background-color: rgb(165,53,89); }

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

border-color css

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

 span { border-color: rgb(165,53,89); }

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