#AF3842

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

Shades of Old Rose #AF3842

Tints of Old Rose #AF3842

Color information

#AF3842 (or 0xAF3842) is unknown color: approx Old Rose. HEX triplet: AF, 38 and 42. RGB value is (175,56,66). Sum of RGB (Red+Green+Blue) = 175+56+66=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3842 is #50C7BD. Grayscale: #5C5C5C. Windows color (decimal): -5294014 or 4339887. OLE color: 4339887.

HSL color Cylindrical-coordinate representation of color #AF3842: hue angle of 354.96º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF3842 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1755666-
CMYK00.680.620.31
HSL354.96º51.52%45.29%-
HSV(B)354.96º68%68.63%-
XYZ20.0812.346.48-
YUV92.72112.92186.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 56 (22.27% from 255) = 18.86%
BLUE value IS 66 (26.17% from 255) = 22.22%
R=58.92%
G=18.86%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175566600.680.620.31354.9651.5245.29
HexAF38420443E1F163342d
Octal25770102010476375436455
Binary1010111111100010000100100010011111011111101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3842; }

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

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

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

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

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

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

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

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