#AF354B

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

Shades of Night Shadz #AF354B

Tints of Night Shadz #AF354B

Color information

#AF354B (or 0xAF354B) is unknown color: approx Night Shadz. HEX triplet: AF, 35 and 4B. RGB value is (175,53,75). Sum of RGB (Red+Green+Blue) = 175+53+75=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF354B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF354B is #50CAB4. Grayscale: #5C5C5C. Windows color (decimal): -5294773 or 4928943. OLE color: 4928943.

HSL color Cylindrical-coordinate representation of color #AF354B: hue angle of 349.18º 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 #AF354B is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1755375-
CMYK00.700.570.31
HSL349.18º53.51%44.71%-
HSV(B)349.18º69.71%68.63%-
XYZ20.2212.177.94-
YUV91.99118.42187.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 53 (21.09% from 255) = 17.49%
BLUE value IS 75 (29.69% from 255) = 24.75%
R=57.76%
G=17.49%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175537500.700.570.31349.1853.5144.71
HexAF354B046391F15d362d
Octal25765113010671375356655
Binary1010111111010110010110100011011100111111101011101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF354B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF354B; }

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

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

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

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

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

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

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

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