#AD333F

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

Shades of Old Rose #AD333F

Tints of Old Rose #AD333F

Color information

#AD333F (or 0xAD333F) is unknown color: approx Old Rose. HEX triplet: AD, 33 and 3F. RGB value is (173,51,63). Sum of RGB (Red+Green+Blue) = 173+51+63=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333F is #52CCC0. Grayscale: #585858. Windows color (decimal): -5426369 or 4141997. OLE color: 4141997.

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

Color convert

RGB1735163-
CMYK00.710.640.32
HSL354.1º54.46%43.92%-
HSV(B)354.1º70.52%67.84%-
XYZ19.3111.615.93-
YUV88.85113.42188.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 51 (20.31% from 255) = 17.77%
BLUE value IS 63 (25% from 255) = 21.95%
R=60.28%
G=17.77%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173516300.710.640.32354.154.4643.92
HexAD333F0474020162362c
Octal25563770107100405426654
Binary10101101110011111111010001111000000100000101100010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD333F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD333F; }

 p { color: rgb(173,51,63); }

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

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

 a { background-color: rgb(173,51,63); }

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

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

 span { border-color: rgb(173,51,63); }

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