Html Css Color HEX #AD363F Old Rose

📋 copy color: '#AD363F'

red 173 ◦ green 54 ◦ blue 63

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

Shades of Old Rose #AD363F

Tints of Old Rose #AD363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 59.66%
G = 18.62%
B = 21.72%

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

#AD363F (or 0xAD363F) is known color: Old Rose. HEX triplet: AD, 36 and 3F. RGB value is (173,54,63). Sum of RGB (Red+Green+Blue) = 173+54+63=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 63 (25% from 255 or 21.72% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD363F is #52C9C0. Grayscale: #5A5A5A. Windows color (decimal): -5425601 or 4142765. OLE color: 4142765.

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

Color convert

RGB 173 54 63 -
CMYK 0 0.69 0.64 0.32
HSL 355.46º 0.52% 0.45% -
HSV(B) 355.46º 0.69% 0.68% -
XYZ 19.45 11.88 5.97 -
YUV 90.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 173 54 63 0 0.69 0.64 0.32 355.46 0.52 0.45
Hex AD 36 3F 0 45 40 20 163 34 2D
Octal 255 66 77 0 105 100 40 543 64 55
Binary 10101101 110110 111111 0 1000101 1000000 100000 101100011 110100 101101

Color Harmonies of #AD363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD363F

Black with #AD363F

Text Example


Text Example

White with #AD363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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