#AF3650

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

Shades of Night Shadz #AF3650

Tints of Night Shadz #AF3650

Color information

#AF3650 (or 0xAF3650) is unknown color: approx Night Shadz. HEX triplet: AF, 36 and 50. RGB value is (175,54,80). Sum of RGB (Red+Green+Blue) = 175+54+80=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3650 is #50C9AF. Grayscale: #5D5D5D. Windows color (decimal): -5294512 or 5256879. OLE color: 5256879.

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

Color convert

RGB1755480-
CMYK00.690.540.31
HSL347.11º52.84%44.9%-
HSV(B)347.11º69.14%68.63%-
XYZ20.4512.338.89-
YUV93.14120.59186.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 54 (21.48% from 255) = 17.48%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=56.63%
G=17.48%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175548000.690.540.31347.1152.8444.9
HexAF3650045361F15b352d
Octal25766120010566375336555
Binary1010111111011010100000100010111011011111101011011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3650; }

 p { color: rgb(175,54,80); }

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

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

 a { background-color: rgb(175,54,80); }

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

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

 span { border-color: rgb(175,54,80); }

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