Html Css Color HEX #AD2650 Old Rose

📋 copy color: '#AD2650'

red 173 ◦ green 38 ◦ blue 80

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

Shades of Old Rose #AD2650

Tints of Old Rose #AD2650

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.06%

 BLUE value IS 80 (31.64% from 255) = 27.49%

R = 59.45%
G = 13.06%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD2650 (or 0xAD2650) is known color: Old Rose. HEX triplet: AD, 26 and 50. RGB value is (173,38,80). Sum of RGB (Red+Green+Blue) = 173+38+80=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 80 (31.64% from 255 or 27.49% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2650 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2650 is #52D9AF. Grayscale: #535353. Windows color (decimal): -5429680 or 5252781. OLE color: 5252781.

HSL color Cylindrical-coordinate representation of color #AD2650: hue angle of 341.33º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD2650 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 38 80 -
CMYK 0 0.78 0.54 0.32
HSL 341.33º 0.64% 0.41% -
HSV(B) 341.33º 0.78% 0.68% -
XYZ 19.37 10.85 8.66 -
YUV 83.15 126.23 192.08 -
System Red Green Blue C M Y K H S L
Decimal 173 38 80 0 0.78 0.54 0.32 341.33 0.64 0.41
Hex AD 26 50 0 4E 36 20 155 40 29
Octal 255 46 120 0 116 66 40 525 100 51
Binary 10101101 100110 1010000 0 1001110 110110 100000 101010101 1000000 101001

Color Harmonies of #AD2650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2650

Black with #AD2650

Text Example


Text Example

White with #AD2650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2650; }

 p { color: rgb(173,38,80); }

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

background-color css

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

 a { background-color: rgb(173,38,80); }

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

border-color css

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

 span { border-color: rgb(173,38,80); }

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