#AF394F

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

Shades of Night Shadz #AF394F

Tints of Night Shadz #AF394F

Color information

#AF394F (or 0xAF394F) is unknown color: approx Night Shadz. HEX triplet: AF, 39 and 4F. RGB value is (175,57,79). Sum of RGB (Red+Green+Blue) = 175+57+79=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF394F is #50C6B0. Grayscale: #5E5E5E. Windows color (decimal): -5293745 or 5192111. OLE color: 5192111.

HSL color Cylindrical-coordinate representation of color #AF394F: hue angle of 348.81º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF394F is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1755779-
CMYK00.670.550.31
HSL348.81º50.86%45.49%-
HSV(B)348.81º67.43%68.63%-
XYZ20.5512.68.75-
YUV94.79119.09185.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 79 (31.25% from 255) = 25.40%
R=56.27%
G=18.33%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175577900.670.550.31348.8150.8645.49
HexAF394F043371F15d332d
Octal25771117010367375356355
Binary1010111111100110011110100001111011111111101011101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF394F; }

 p { color: rgb(175,57,79); }

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

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

 a { background-color: rgb(175,57,79); }

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

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

 span { border-color: rgb(175,57,79); }

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