#AF3B4C

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

Shades of Night Shadz #AF3B4C

Tints of Night Shadz #AF3B4C

Color information

#AF3B4C (or 0xAF3B4C) is unknown color: approx Night Shadz. HEX triplet: AF, 3B and 4C. RGB value is (175,59,76). Sum of RGB (Red+Green+Blue) = 175+59+76=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3B4C is #50C4B3. Grayscale: #5F5F5F. Windows color (decimal): -5293236 or 4996015. OLE color: 4996015.

HSL color Cylindrical-coordinate representation of color #AF3B4C: hue angle of 351.21º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3B4C is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1755976-
CMYK00.660.570.31
HSL351.21º49.57%45.88%-
HSV(B)351.21º66.29%68.63%-
XYZ20.5512.768.22-
YUV95.62116.93184.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 76 (30.08% from 255) = 24.52%
R=56.45%
G=19.03%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175597600.660.570.31351.2149.5745.88
HexAF3B4C042391F15f322e
Octal25773114010271375376256
Binary1010111111101110011000100001011100111111101011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3B4C; }

 p { color: rgb(175,59,76); }

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

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

 a { background-color: rgb(175,59,76); }

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

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

 span { border-color: rgb(175,59,76); }

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