Html Css Color HEX #AD3242 Old Rose

📋 copy color: '#AD3242'

red 173 ◦ green 50 ◦ blue 66

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

Shades of Old Rose #AD3242

Tints of Old Rose #AD3242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

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

R = 59.86%
G = 17.3%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3242 (or 0xAD3242) is known color: Old Rose. HEX triplet: AD, 32 and 42. RGB value is (173,50,66). Sum of RGB (Red+Green+Blue) = 173+50+66=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3242 is #52CDBD. Grayscale: #585858. Windows color (decimal): -5426622 or 4338349. OLE color: 4338349.

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

Color convert

RGB 173 50 66 -
CMYK 0 0.71 0.62 0.32
HSL 352.2º 0.55% 0.44% -
HSV(B) 352.2º 0.71% 0.68% -
XYZ 19.36 11.56 6.37 -
YUV 88.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 173 50 66 0 0.71 0.62 0.32 352.2 0.55 0.44
Hex AD 32 42 0 47 3E 20 160 37 2C
Octal 255 62 102 0 107 76 40 540 67 54
Binary 10101101 110010 1000010 0 1000111 111110 100000 101100000 110111 101100

Color Harmonies of #AD3242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3242

Black with #AD3242

Text Example


Text Example

White with #AD3242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3242; }

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

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

background-color css

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

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

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

border-color css

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

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

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