Html Css Color HEX #AD2F4C Old Rose

📋 copy color: '#AD2F4C'

red 173 ◦ green 47 ◦ blue 76

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

Shades of Old Rose #AD2F4C

Tints of Old Rose #AD2F4C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.88%

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

R = 58.45%
G = 15.88%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD2F4C (or 0xAD2F4C) is known color: Old Rose. HEX triplet: AD, 2F and 4C. RGB value is (173,47,76). Sum of RGB (Red+Green+Blue) = 173+47+76=296 (39% of max value = 765). Red value is 173 (67.97% from 255 or 58.45% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2F4C is #52D0B3. Grayscale: #575757. Windows color (decimal): -5427380 or 4992941. OLE color: 4992941.

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

Color convert

RGB 173 47 76 -
CMYK 0 0.73 0.56 0.32
HSL 346.19º 0.57% 0.43% -
HSV(B) 346.19º 0.73% 0.68% -
XYZ 19.55 11.44 8.01 -
YUV 87.98 121.24 188.64 -
System Red Green Blue C M Y K H S L
Decimal 173 47 76 0 0.73 0.56 0.32 346.19 0.57 0.43
Hex AD 2F 4C 0 49 38 20 15A 39 2B
Octal 255 57 114 0 111 70 40 532 71 53
Binary 10101101 101111 1001100 0 1001001 111000 100000 101011010 111001 101011

Color Harmonies of #AD2F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F4C

Black with #AD2F4C

Text Example


Text Example

White with #AD2F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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