#AF3943

Color #AF3943 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AF3943

Tints of Old Rose #AF3943

Color information

#AF3943 (or 0xAF3943) is unknown color: approx Old Rose. HEX triplet: AF, 39 and 43. RGB value is (175,57,67). Sum of RGB (Red+Green+Blue) = 175+57+67=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 57 (22.66% from 255 or 19.06% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3943 is #50C6BC. Grayscale: #5D5D5D. Windows color (decimal): -5293757 or 4405679. OLE color: 4405679.

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

Color convert

RGB1755767-
CMYK00.670.620.31
HSL354.92º50.86%45.49%-
HSV(B)354.92º67.43%68.63%-
XYZ20.1612.456.65-
YUV93.42113.09186.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 57 (22.66% from 255) = 19.06%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=58.53%
G=19.06%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175576700.670.620.31354.9250.8645.49
HexAF39430433E1F163332d
Octal25771103010376375436355
Binary1010111111100110000110100001111111011111101100011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3943; }

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

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

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

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

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

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

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

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