Html Css Color HEX #AD204D Old Rose

📋 copy color: '#AD204D'

red 173 ◦ green 32 ◦ blue 77

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

Shades of Old Rose #AD204D

Tints of Old Rose #AD204D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 77 (30.47% from 255) = 27.3%

R = 61.35%
G = 11.35%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD204D (or 0xAD204D) is known color: Old Rose. HEX triplet: AD, 20 and 4D. RGB value is (173,32,77). Sum of RGB (Red+Green+Blue) = 173+32+77=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD204D is #52DFB2. Grayscale: #4F4F4F. Windows color (decimal): -5431219 or 5054637. OLE color: 5054637.

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

Color convert

RGB 173 32 77 -
CMYK 0 0.82 0.55 0.32
HSL 340.85º 0.69% 0.4% -
HSV(B) 340.85º 0.82% 0.68% -
XYZ 19.09 10.45 8.03 -
YUV 79.29 126.71 194.84 -
System Red Green Blue C M Y K H S L
Decimal 173 32 77 0 0.82 0.55 0.32 340.85 0.69 0.4
Hex AD 20 4D 0 52 37 20 155 45 28
Octal 255 40 115 0 122 67 40 525 105 50
Binary 10101101 100000 1001101 0 1010010 110111 100000 101010101 1000101 101000

Color Harmonies of #AD204D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD204D

Black with #AD204D

Text Example


Text Example

White with #AD204D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD204D; }

 p { color: rgb(173,32,77); }

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

background-color css

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

 a { background-color: rgb(173,32,77); }

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

border-color css

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

 span { border-color: rgb(173,32,77); }

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