#AF354D

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

Shades of Night Shadz #AF354D

Tints of Night Shadz #AF354D

Color information

#AF354D (or 0xAF354D) is unknown color: approx Night Shadz. HEX triplet: AF, 35 and 4D. RGB value is (175,53,77). Sum of RGB (Red+Green+Blue) = 175+53+77=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF354D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF354D is #50CAB2. Grayscale: #5C5C5C. Windows color (decimal): -5294771 or 5060015. OLE color: 5060015.

HSL color Cylindrical-coordinate representation of color #AF354D: hue angle of 348.2º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF354D is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1755377-
CMYK00.700.560.31
HSL348.2º53.51%44.71%-
HSV(B)348.2º69.71%68.63%-
XYZ20.2912.28.31-
YUV92.21119.42187.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=57.38%
G=17.38%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175537700.700.560.31348.253.5144.71
HexAF354D046381F15c362d
Octal25765115010670375346655
Binary1010111111010110011010100011011100011111101011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF354D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF354D; }

 p { color: rgb(175,53,77); }

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

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

 a { background-color: rgb(175,53,77); }

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

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

 span { border-color: rgb(175,53,77); }

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