Html Css Color HEX #AD204B Old Rose

📋 copy color: '#AD204B'

red 173 ◦ green 32 ◦ blue 75

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

Shades of Old Rose #AD204B

Tints of Old Rose #AD204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.79%

R = 61.79%
G = 11.43%
B = 26.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD204B (or 0xAD204B) is known color: Old Rose. HEX triplet: AD, 20 and 4B. RGB value is (173,32,75). Sum of RGB (Red+Green+Blue) = 173+32+75=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD204B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD204B is #52DFB4. Grayscale: #4F4F4F. Windows color (decimal): -5431221 or 4923565. OLE color: 4923565.

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

Color convert

RGB 173 32 75 -
CMYK 0 0.82 0.57 0.32
HSL 341.7º 0.69% 0.4% -
HSV(B) 341.7º 0.82% 0.68% -
XYZ 19.02 10.43 7.67 -
YUV 79.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 173 32 75 0 0.82 0.57 0.32 341.7 0.69 0.4
Hex AD 20 4B 0 52 39 20 156 45 28
Octal 255 40 113 0 122 71 40 526 105 50
Binary 10101101 100000 1001011 0 1010010 111001 100000 101010110 1000101 101000

Color Harmonies of #AD204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD204B

Black with #AD204B

Text Example


Text Example

White with #AD204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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