#AF363F

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

Shades of Old Rose #AF363F

Tints of Old Rose #AF363F

Color information

#AF363F (or 0xAF363F) is unknown color: approx Old Rose. HEX triplet: AF, 36 and 3F. RGB value is (175,54,63). Sum of RGB (Red+Green+Blue) = 175+54+63=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF363F is #50C9C0. Grayscale: #5B5B5B. Windows color (decimal): -5294529 or 4142767. OLE color: 4142767.

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

Color convert

RGB1755463-
CMYK00.690.640.31
HSL355.54º52.84%44.9%-
HSV(B)355.54º69.14%68.63%-
XYZ19.912.115.99-
YUV91.2112.09187.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 63 (25% from 255) = 21.58%
R=59.93%
G=18.49%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175546300.690.640.31355.5452.8444.9
HexAF363F045401F164352d
Octal25766770105100375446555
Binary1010111111011011111101000101100000011111101100100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF363F; }

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

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

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

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

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

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

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

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