Html Css Color HEX #AD3343 Old Rose

📋 copy color: '#AD3343'

red 173 ◦ green 51 ◦ blue 67

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

Shades of Old Rose #AD3343

Tints of Old Rose #AD3343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

 BLUE value IS 67 (26.56% from 255) = 23.02%

R = 59.45%
G = 17.53%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD3343 (or 0xAD3343) is known color: Old Rose. HEX triplet: AD, 33 and 43. RGB value is (173,51,67). Sum of RGB (Red+Green+Blue) = 173+51+67=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3343 is #52CCBC. Grayscale: #595959. Windows color (decimal): -5426365 or 4404141. OLE color: 4404141.

HSL color Cylindrical-coordinate representation of color #AD3343: hue angle of 352.13º degrees, saturation: 0.54, 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 #AD3343 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 51 67 -
CMYK 0 0.71 0.61 0.32
HSL 352.13º 0.54% 0.44% -
HSV(B) 352.13º 0.71% 0.68% -
XYZ 19.43 11.66 6.54 -
YUV 89.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 173 51 67 0 0.71 0.61 0.32 352.13 0.54 0.44
Hex AD 33 43 0 47 3D 20 160 36 2C
Octal 255 63 103 0 107 75 40 540 66 54
Binary 10101101 110011 1000011 0 1000111 111101 100000 101100000 110110 101100

Color Harmonies of #AD3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3343

Black with #AD3343

Text Example


Text Example

White with #AD3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3343; }

 p { color: rgb(173,51,67); }

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

background-color css

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

 a { background-color: rgb(173,51,67); }

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

border-color css

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

 span { border-color: rgb(173,51,67); }

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