#A84042

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

Shades of Night Shadz #A84042

Tints of Night Shadz #A84042

Color information

#A84042 (or 0xA84042) is unknown color: approx Night Shadz. HEX triplet: A8, 40 and 42. RGB value is (168,64,66). Sum of RGB (Red+Green+Blue) = 168+64+66=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A84042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84042 is #57BFBD. Grayscale: #5F5F5F. Windows color (decimal): -5750718 or 4341928. OLE color: 4341928.

HSL color Cylindrical-coordinate representation of color #A84042: hue angle of 358.85º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84042 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB1686466-
CMYK00.620.610.34
HSL358.85º44.83%45.49%-
HSV(B)358.85º61.9%65.88%-
XYZ18.9712.386.55-
YUV95.32111.46179.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 66 (26.17% from 255) = 22.15%
R=56.38%
G=21.48%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168646600.620.610.34358.8544.8345.49
HexA8404203E3D221672d2d
Octal25010010207675425475555
Binary10101000100000010000100111110111101100010101100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84042; }

 p { color: rgb(168,64,66); }

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

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

 a { background-color: rgb(168,64,66); }

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

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

 span { border-color: rgb(168,64,66); }

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