Html Css Color HEX #AD2A4C Old Rose

📋 copy color: '#AD2A4C'

red 173 ◦ green 42 ◦ blue 76

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

Shades of Old Rose #AD2A4C

Tints of Old Rose #AD2A4C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.43%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 59.45%
G = 14.43%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD2A4C (or 0xAD2A4C) is known color: Old Rose. HEX triplet: AD, 2A and 4C. RGB value is (173,42,76). Sum of RGB (Red+Green+Blue) = 173+42+76=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 42 (16.80% from 255 or 14.43% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2A4C is #52D5B3. Grayscale: #555555. Windows color (decimal): -5428660 or 4991661. OLE color: 4991661.

HSL color Cylindrical-coordinate representation of color #AD2A4C: hue angle of 344.43º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2A4C is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 42 76 -
CMYK 0 0.76 0.56 0.32
HSL 344.43º 0.61% 0.42% -
HSV(B) 344.43º 0.76% 0.68% -
XYZ 19.37 11.06 7.95 -
YUV 85.05 122.9 190.74 -
System Red Green Blue C M Y K H S L
Decimal 173 42 76 0 0.76 0.56 0.32 344.43 0.61 0.42
Hex AD 2A 4C 0 4C 38 20 158 3D 2A
Octal 255 52 114 0 114 70 40 530 75 52
Binary 10101101 101010 1001100 0 1001100 111000 100000 101011000 111101 101010

Color Harmonies of #AD2A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2A4C

Black with #AD2A4C

Text Example


Text Example

White with #AD2A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2A4C; }

 p { color: rgb(173,42,76); }

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

background-color css

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

 a { background-color: rgb(173,42,76); }

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

border-color css

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

 span { border-color: rgb(173,42,76); }

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