#A53A43

Color #A53A43 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A53A43

Tints of Night Shadz #A53A43

Color information

#A53A43 (or 0xA53A43) is unknown color: approx Night Shadz. HEX triplet: A5, 3A and 43. RGB value is (165,58,67). Sum of RGB (Red+Green+Blue) = 165+58+67=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 67 (26.56% from 255 or 23.10% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A53A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53A43 is #5AC5BC. Grayscale: #5B5B5B. Windows color (decimal): -5948861 or 4405925. OLE color: 4405925.

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

Color convert

RGB1655867-
CMYK00.650.590.35
HSL354.95º47.98%43.73%-
HSV(B)354.95º64.85%64.71%-
XYZ18.0411.436.57-
YUV91.02114.45180.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.90%
GREEN value IS 58 (23.05% from 255) = 20%
BLUE value IS 67 (26.56% from 255) = 23.10%
R=56.90%
G=20%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165586700.650.590.35354.9547.9843.73
HexA53A430413B23163302c
Octal24572103010173435436054
Binary10100101111010100001101000001111011100011101100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53A43; }

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

 H1.HeaderClassName
 {
   color: #A53A43;
 }
 .AnyTagClassName
 {
   color: #A53A43;
 }
</style>
background-color css

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

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

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

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

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

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