#AF3642

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

Shades of Old Rose #AF3642

Tints of Old Rose #AF3642

Color information

#AF3642 (or 0xAF3642) is unknown color: approx Old Rose. HEX triplet: AF, 36 and 42. RGB value is (175,54,66). Sum of RGB (Red+Green+Blue) = 175+54+66=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3642 is #50C9BD. Grayscale: #5B5B5B. Windows color (decimal): -5294526 or 4339375. OLE color: 4339375.

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

Color convert

RGB1755466-
CMYK00.690.620.31
HSL354.05º52.84%44.9%-
HSV(B)354.05º69.14%68.63%-
XYZ19.9812.156.45-
YUV91.55113.59187.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 66 (26.17% from 255) = 22.37%
R=59.32%
G=18.31%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175546600.690.620.31354.0552.8444.9
HexAF36420453E1F162352d
Octal25766102010576375426555
Binary1010111111011010000100100010111111011111101100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3642; }

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

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

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

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

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

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

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

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