#AD304B

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

Shades of Old Rose #AD304B

Tints of Old Rose #AD304B

Color information

#AD304B (or 0xAD304B) is unknown color: approx Old Rose. HEX triplet: AD, 30 and 4B. RGB value is (173,48,75). Sum of RGB (Red+Green+Blue) = 173+48+75=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD304B is #52CFB4. Grayscale: #585858. Windows color (decimal): -5427125 or 4927661. OLE color: 4927661.

HSL color Cylindrical-coordinate representation of color #AD304B: hue angle of 347.04º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AD304B is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB1734875-
CMYK00.720.570.32
HSL347.04º56.56%43.33%-
HSV(B)347.04º72.25%67.84%-
XYZ19.5611.517.85-
YUV88.45120.41188.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 58.45%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 75 (29.69% from 255) = 25.34%
R=58.45%
G=16.22%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173487500.720.570.32347.0456.5643.33
HexAD304B048392015b392b
Octal25560113011071405337153
Binary10101101110000100101101001000111001100000101011011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD304B; }

 p { color: rgb(173,48,75); }

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

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

 a { background-color: rgb(173,48,75); }

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

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

 span { border-color: rgb(173,48,75); }

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