Html Css Color HEX #AD214C Old Rose

📋 copy color: '#AD214C'

red 173 ◦ green 33 ◦ blue 76

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

Shades of Old Rose #AD214C

Tints of Old Rose #AD214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

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

R = 61.35%
G = 11.7%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD214C (or 0xAD214C) is known color: Old Rose. HEX triplet: AD, 21 and 4C. RGB value is (173,33,76). Sum of RGB (Red+Green+Blue) = 173+33+76=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD214C is #52DEB3. Grayscale: #4F4F4F. Windows color (decimal): -5430964 or 4989357. OLE color: 4989357.

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

Color convert

RGB 173 33 76 -
CMYK 0 0.81 0.56 0.32
HSL 341.57º 0.68% 0.4% -
HSV(B) 341.57º 0.81% 0.68% -
XYZ 19.08 10.49 7.86 -
YUV 79.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 173 33 76 0 0.81 0.56 0.32 341.57 0.68 0.4
Hex AD 21 4C 0 51 38 20 156 44 28
Octal 255 41 114 0 121 70 40 526 104 50
Binary 10101101 100001 1001100 0 1010001 111000 100000 101010110 1000100 101000

Color Harmonies of #AD214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD214C

Black with #AD214C

Text Example


Text Example

White with #AD214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD214C; }

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

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

background-color css

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

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

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

border-color css

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

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

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