#a84748

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

Shades of Night Shadz #A84748

Tints of Night Shadz #A84748

Color information

#A84748 (or 0xA84748) is unknown color: approx Night Shadz. HEX triplet: A8, 47 and 48. RGB value is (168,71,72). Sum of RGB (Red+Green+Blue) = 168+71+72=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A84748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84748 is #57B8B7. Grayscale: #646464. Windows color (decimal): -5748920 or 4736936. OLE color: 4736936.

HSL color Cylindrical-coordinate representation of color #A84748: hue angle of 359.38º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84748 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB1687172-
CMYK00.580.570.34
HSL359.38º40.59%46.86%-
HSV(B)359.38º57.74%65.88%-
XYZ19.5713.37.67-
YUV100.12112.14176.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.02%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=54.02%
G=22.83%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168717200.580.570.34359.3840.5946.86
HexA8474803A3922167292f
Octal25010711007271425475157
Binary10101000100011110010000111010111001100010101100111101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84748; }

 p { color: rgb(168,71,72); }

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

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

 a { background-color: rgb(168,71,72); }

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

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

 span { border-color: rgb(168,71,72); }

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