Html Css Color HEX #AD3046 Old Rose

📋 copy color: '#AD3046'

red 173 ◦ green 48 ◦ blue 70

#AD3046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Rose #AD3046

Tints of Old Rose #AD3046

RGB

 RED value IS 173 (67.97% from 255) = 59.45%

 GREEN value IS 48 (19.14% from 255) = 16.49%

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 59.45%
G = 16.49%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD3046 (or 0xAD3046) is known color: Old Rose. HEX triplet: AD, 30 and 46. RGB value is (173,48,70). Sum of RGB (Red+Green+Blue) = 173+48+70=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3046 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3046 is #52CFB9. Grayscale: #575757. Windows color (decimal): -5427130 or 4599981. OLE color: 4599981.

HSL color Cylindrical-coordinate representation of color #AD3046: hue angle of 349.44º 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 #AD3046 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 70 -
CMYK 0 0.72 0.60 0.32
HSL 349.44º 0.57% 0.43% -
HSV(B) 349.44º 0.72% 0.68% -
XYZ 19.4 11.44 6.98 -
YUV 87.88 117.91 188.71 -
System Red Green Blue C M Y K H S L
Decimal 173 48 70 0 0.72 0.60 0.32 349.44 0.57 0.43
Hex AD 30 46 0 48 3C 20 15D 39 2B
Octal 255 60 106 0 110 74 40 535 71 53
Binary 10101101 110000 1000110 0 1001000 111100 100000 101011101 111001 101011

Color Harmonies of #AD3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3046

Black with #AD3046

Text Example


Text Example

White with #AD3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3046; }

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

 H1.HeaderClassName
 {
   color: #AD3046;
 }
 .AnyTagClassName
 {
   color: #AD3046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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