Html Css Color HEX #AD2652 Old Rose

📋 copy color: '#AD2652'

red 173 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #AD2652

Tints of Old Rose #AD2652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.99%

R = 59.04%
G = 12.97%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AD2652 (or 0xAD2652) is known color: Old Rose. HEX triplet: AD, 26 and 52. RGB value is (173,38,82). Sum of RGB (Red+Green+Blue) = 173+38+82=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD2652 is #52D9AD. Grayscale: #535353. Windows color (decimal): -5429678 or 5383853. OLE color: 5383853.

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

Color convert

RGB 173 38 82 -
CMYK 0 0.78 0.53 0.32
HSL 340.44º 0.64% 0.41% -
HSV(B) 340.44º 0.78% 0.68% -
XYZ 19.45 10.88 9.06 -
YUV 83.38 127.23 191.92 -
System Red Green Blue C M Y K H S L
Decimal 173 38 82 0 0.78 0.53 0.32 340.44 0.64 0.41
Hex AD 26 52 0 4E 35 20 154 40 29
Octal 255 46 122 0 116 65 40 524 100 51
Binary 10101101 100110 1010010 0 1001110 110101 100000 101010100 1000000 101001

Color Harmonies of #AD2652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2652

Black with #AD2652

Text Example


Text Example

White with #AD2652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2652; }

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

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

background-color css

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

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

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

border-color css

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

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

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