#AD254A

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

Shades of Old Rose #AD254A

Tints of Old Rose #AD254A

Color information

#AD254A (or 0xAD254A) is unknown color: approx Old Rose. HEX triplet: AD, 25 and 4A. RGB value is (173,37,74). Sum of RGB (Red+Green+Blue) = 173+37+74=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD254A is #52DAB5. Grayscale: #515151. Windows color (decimal): -5429942 or 4859309. OLE color: 4859309.

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

Color convert

RGB1733774-
CMYK00.790.570.32
HSL343.68º64.76%41.18%-
HSV(B)343.68º78.61%67.84%-
XYZ19.1310.77.54-
YUV81.88123.56192.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.92%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=60.92%
G=13.03%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173377400.790.570.32343.6864.7641.18
HexAD254A04F39201584129
Octal255451120117714053010151
Binary101011011001011001010010011111110011000001010110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD254A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD254A; }

 p { color: rgb(173,37,74); }

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

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

 a { background-color: rgb(173,37,74); }

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

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

 span { border-color: rgb(173,37,74); }

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