Html Css Color HEX #AD333F Old Rose

📋 copy color: '#AD333F'

red 173 ◦ green 51 ◦ blue 63

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

Shades of Old Rose #AD333F

Tints of Old Rose #AD333F

RGB

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

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

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

R = 60.28%
G = 17.77%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD333F (or 0xAD333F) is known color: Old Rose. HEX triplet: AD, 33 and 3F. RGB value is (173,51,63). Sum of RGB (Red+Green+Blue) = 173+51+63=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333F is #52CCC0. Grayscale: #585858. Windows color (decimal): -5426369 or 4141997. OLE color: 4141997.

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

Color convert

RGB 173 51 63 -
CMYK 0 0.71 0.64 0.32
HSL 354.1º 0.54% 0.44% -
HSV(B) 354.1º 0.71% 0.68% -
XYZ 19.31 11.61 5.93 -
YUV 88.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 173 51 63 0 0.71 0.64 0.32 354.1 0.54 0.44
Hex AD 33 3F 0 47 40 20 162 36 2C
Octal 255 63 77 0 107 100 40 542 66 54
Binary 10101101 110011 111111 0 1000111 1000000 100000 101100010 110110 101100

Color Harmonies of #AD333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD333F

Black with #AD333F

Text Example


Text Example

White with #AD333F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD333F; }

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

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

background-color css

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

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

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

border-color css

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

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

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