Html Css Color HEX #AD343F Old Rose

📋 copy color: '#AD343F'

red 173 ◦ green 52 ◦ blue 63

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

Shades of Old Rose #AD343F

Tints of Old Rose #AD343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 60.07%
G = 18.06%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD343F (or 0xAD343F) is known color: Old Rose. HEX triplet: AD, 34 and 3F. RGB value is (173,52,63). Sum of RGB (Red+Green+Blue) = 173+52+63=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343F is #52CBC0. Grayscale: #595959. Windows color (decimal): -5426113 or 4142253. OLE color: 4142253.

HSL color Cylindrical-coordinate representation of color #AD343F: hue angle of 354.55º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AD343F is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 63 -
CMYK 0 0.70 0.64 0.32
HSL 354.55º 0.54% 0.44% -
HSV(B) 354.55º 0.7% 0.68% -
XYZ 19.36 11.7 5.94 -
YUV 89.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 173 52 63 0 0.70 0.64 0.32 354.55 0.54 0.44
Hex AD 34 3F 0 46 40 20 163 36 2C
Octal 255 64 77 0 106 100 40 543 66 54
Binary 10101101 110100 111111 0 1000110 1000000 100000 101100011 110110 101100

Color Harmonies of #AD343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD343F

Black with #AD343F

Text Example


Text Example

White with #AD343F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD343F; }

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

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

background-color css

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

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

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

border-color css

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

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

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