Html Css Color HEX #AD3443 Old Rose

📋 copy color: '#AD3443'

red 173 ◦ green 52 ◦ blue 67

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

Shades of Old Rose #AD3443

Tints of Old Rose #AD3443

RGB

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

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

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

R = 59.25%
G = 17.81%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD3443 (or 0xAD3443) is known color: Old Rose. HEX triplet: AD, 34 and 43. RGB value is (173,52,67). Sum of RGB (Red+Green+Blue) = 173+52+67=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 67 (26.56% from 255 or 22.95% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3443 is #52CBBC. Grayscale: #595959. Windows color (decimal): -5426109 or 4404397. OLE color: 4404397.

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

Color convert

RGB 173 52 67 -
CMYK 0 0.70 0.61 0.32
HSL 352.56º 0.54% 0.44% -
HSV(B) 352.56º 0.7% 0.68% -
XYZ 19.47 11.75 6.55 -
YUV 89.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 173 52 67 0 0.70 0.61 0.32 352.56 0.54 0.44
Hex AD 34 43 0 46 3D 20 161 36 2C
Octal 255 64 103 0 106 75 40 541 66 54
Binary 10101101 110100 1000011 0 1000110 111101 100000 101100001 110110 101100

Color Harmonies of #AD3443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3443

Black with #AD3443

Text Example


Text Example

White with #AD3443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3443; }

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

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

background-color css

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

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

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

border-color css

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

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

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