Html Css Color HEX #AD353F Old Rose

📋 copy color: '#AD353F'

red 173 ◦ green 53 ◦ blue 63

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

Shades of Old Rose #AD353F

Tints of Old Rose #AD353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 59.86%
G = 18.34%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD353F (or 0xAD353F) is known color: Old Rose. HEX triplet: AD, 35 and 3F. RGB value is (173,53,63). Sum of RGB (Red+Green+Blue) = 173+53+63=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD353F is #52CAC0. Grayscale: #5A5A5A. Windows color (decimal): -5425857 or 4142509. OLE color: 4142509.

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

Color convert

RGB 173 53 63 -
CMYK 0 0.69 0.64 0.32
HSL 355º 0.53% 0.44% -
HSV(B) 355º 0.69% 0.68% -
XYZ 19.4 11.79 5.96 -
YUV 90.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 173 53 63 0 0.69 0.64 0.32 355 0.53 0.44
Hex AD 35 3F 0 45 40 20 163 35 2C
Octal 255 65 77 0 105 100 40 543 65 54
Binary 10101101 110101 111111 0 1000101 1000000 100000 101100011 110101 101100

Color Harmonies of #AD353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD353F

Black with #AD353F

Text Example


Text Example

White with #AD353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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