#A6434B

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

Shades of Night Shadz #A6434B

Tints of Night Shadz #A6434B

Color information

#A6434B (or 0xA6434B) is unknown color: approx Night Shadz. HEX triplet: A6, 43 and 4B. RGB value is (166,67,75). Sum of RGB (Red+Green+Blue) = 166+67+75=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6434B is #59BCB4. Grayscale: #616161. Windows color (decimal): -5881013 or 4932518. OLE color: 4932518.

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

Color convert

RGB1666775-
CMYK00.600.550.35
HSL355.15º42.49%45.69%-
HSV(B)355.15º59.64%65.1%-
XYZ1912.638.09-
YUV97.51115.3176.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 67 (26.56% from 255) = 21.75%
BLUE value IS 75 (29.69% from 255) = 24.35%
R=53.90%
G=21.75%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166677500.600.550.35355.1542.4945.69
HexA6434B03C37231632a2e
Octal24610311307467435435256
Binary10100110100001110010110111100110111100011101100011101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6434B; }

 p { color: rgb(166,67,75); }

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

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

 a { background-color: rgb(166,67,75); }

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

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

 span { border-color: rgb(166,67,75); }

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