Html Css Color HEX #A53959 Night Shadz

📋 copy color: '#A53959'

red 165 ◦ green 57 ◦ blue 89

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

Shades of Night Shadz #A53959

Tints of Night Shadz #A53959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 53.05%
G = 18.33%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A53959 (or 0xA53959) is known color: Night Shadz. HEX triplet: A5, 39 and 59. RGB value is (165,57,89). Sum of RGB (Red+Green+Blue) = 165+57+89=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A53959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53959 is #5AC6A6. Grayscale: #5C5C5C. Windows color (decimal): -5949095 or 5847461. OLE color: 5847461.

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

Color convert

RGB 165 57 89 -
CMYK 0 0.65 0.46 0.35
HSL 342.22º 0.49% 0.44% -
HSV(B) 342.22º 0.65% 0.65% -
XYZ 18.78 11.65 10.71 -
YUV 92.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 165 57 89 0 0.65 0.46 0.35 342.22 0.49 0.44
Hex A5 39 59 0 41 2E 23 156 31 2C
Octal 245 71 131 0 101 56 43 526 61 54
Binary 10100101 111001 1011001 0 1000001 101110 100011 101010110 110001 101100

Color Harmonies of #A53959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53959

Black with #A53959

Text Example


Text Example

White with #A53959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53959; }

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

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

background-color css

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

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

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

border-color css

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

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

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