Html Css Color HEX #A53A57 Night Shadz

📋 copy color: '#A53A57'

red 165 ◦ green 58 ◦ blue 87

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

Shades of Night Shadz #A53A57

Tints of Night Shadz #A53A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

 BLUE value IS 87 (34.38% from 255) = 28.06%

R = 53.23%
G = 18.71%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A53A57 (or 0xA53A57) is known color: Night Shadz. HEX triplet: A5, 3A and 57. RGB value is (165,58,87). Sum of RGB (Red+Green+Blue) = 165+58+87=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53A57 is #5AC5A8. Grayscale: #5D5D5D. Windows color (decimal): -5948841 or 5716645. OLE color: 5716645.

HSL color Cylindrical-coordinate representation of color #A53A57: hue angle of 343.74º degrees, saturation: 0.48, 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 #A53A57 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 58 87 -
CMYK 0 0.65 0.47 0.35
HSL 343.74º 0.48% 0.44% -
HSV(B) 343.74º 0.65% 0.65% -
XYZ 18.75 11.71 10.29 -
YUV 93.3 124.45 179.14 -
System Red Green Blue C M Y K H S L
Decimal 165 58 87 0 0.65 0.47 0.35 343.74 0.48 0.44
Hex A5 3A 57 0 41 2F 23 158 30 2C
Octal 245 72 127 0 101 57 43 530 60 54
Binary 10100101 111010 1010111 0 1000001 101111 100011 101011000 110000 101100

Color Harmonies of #A53A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53A57

Black with #A53A57

Text Example


Text Example

White with #A53A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53A57; }

 p { color: rgb(165,58,87); }

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

background-color css

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

 a { background-color: rgb(165,58,87); }

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

border-color css

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

 span { border-color: rgb(165,58,87); }

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