Html Css Color HEX #AD2642 Old Rose

📋 copy color: '#AD2642'

red 173 ◦ green 38 ◦ blue 66

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

Shades of Old Rose #AD2642

Tints of Old Rose #AD2642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.83%

R = 62.45%
G = 13.72%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD2642 (or 0xAD2642) is known color: Old Rose. HEX triplet: AD, 26 and 42. RGB value is (173,38,66). Sum of RGB (Red+Green+Blue) = 173+38+66=277 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.45% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2642 is #52D9BD. Grayscale: #515151. Windows color (decimal): -5429694 or 4335277. OLE color: 4335277.

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

Color convert

RGB 173 38 66 -
CMYK 0 0.78 0.62 0.32
HSL 347.56º 0.64% 0.41% -
HSV(B) 347.56º 0.78% 0.68% -
XYZ 18.91 10.66 6.22 -
YUV 81.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 173 38 66 0 0.78 0.62 0.32 347.56 0.64 0.41
Hex AD 26 42 0 4E 3E 20 15C 40 29
Octal 255 46 102 0 116 76 40 534 100 51
Binary 10101101 100110 1000010 0 1001110 111110 100000 101011100 1000000 101001

Color Harmonies of #AD2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2642

Black with #AD2642

Text Example


Text Example

White with #AD2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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