#af323f

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

Shades of Old Rose #AF323F

Tints of Old Rose #AF323F

Color information

#AF323F (or 0xAF323F) is unknown color: approx Old Rose. HEX triplet: AF, 32 and 3F. RGB value is (175,50,63). Sum of RGB (Red+Green+Blue) = 175+50+63=288 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.76% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 175 - color contains mainly: red. Hex color #AF323F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF323F is #50CDC0. Grayscale: #585858. Windows color (decimal): -5295553 or 4141743. OLE color: 4141743.

HSL color Cylindrical-coordinate representation of color #AF323F: hue angle of 353.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF323F is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1755063-
CMYK00.710.640.31
HSL353.76º55.56%44.12%-
HSV(B)353.76º71.43%68.63%-
XYZ19.7211.755.93-
YUV88.86113.41189.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.76%
GREEN value IS 50 (19.92% from 255) = 17.36%
BLUE value IS 63 (25% from 255) = 21.88%
R=60.76%
G=17.36%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175506300.710.640.31353.7655.5644.12
HexAF323F047401F162382c
Octal25762770107100375427054
Binary1010111111001011111101000111100000011111101100010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af323f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af323f; }

 p { color: rgb(175,50,63); }

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

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

 a { background-color: rgb(175,50,63); }

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

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

 span { border-color: rgb(175,50,63); }

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