Html Css Color HEX #AD3542 Old Rose

📋 copy color: '#AD3542'

red 173 ◦ green 53 ◦ blue 66

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

Shades of Old Rose #AD3542

Tints of Old Rose #AD3542

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

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

R = 59.25%
G = 18.15%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3542 (or 0xAD3542) is known color: Old Rose. HEX triplet: AD, 35 and 42. RGB value is (173,53,66). Sum of RGB (Red+Green+Blue) = 173+53+66=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3542 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3542 is #52CABD. Grayscale: #5A5A5A. Windows color (decimal): -5425854 or 4339117. OLE color: 4339117.

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

Color convert

RGB 173 53 66 -
CMYK 0 0.69 0.62 0.32
HSL 353.5º 0.53% 0.44% -
HSV(B) 353.5º 0.69% 0.68% -
XYZ 19.49 11.82 6.41 -
YUV 90.36 114.26 186.94 -
System Red Green Blue C M Y K H S L
Decimal 173 53 66 0 0.69 0.62 0.32 353.5 0.53 0.44
Hex AD 35 42 0 45 3E 20 162 35 2C
Octal 255 65 102 0 105 76 40 542 65 54
Binary 10101101 110101 1000010 0 1000101 111110 100000 101100010 110101 101100

Color Harmonies of #AD3542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3542

Black with #AD3542

Text Example


Text Example

White with #AD3542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3542; }

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

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

background-color css

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

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

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

border-color css

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

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

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