Html Css Color HEX #AD284F Old Rose

📋 copy color: '#AD284F'

red 173 ◦ green 40 ◦ blue 79

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

Shades of Old Rose #AD284F

Tints of Old Rose #AD284F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 79 (31.25% from 255) = 27.05%

R = 59.25%
G = 13.7%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AD284F (or 0xAD284F) is known color: Old Rose. HEX triplet: AD, 28 and 4F. RGB value is (173,40,79). Sum of RGB (Red+Green+Blue) = 173+40+79=292 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.25% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 173 - color contains mainly: red. Hex color #AD284F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD284F is #52D7B0. Grayscale: #545454. Windows color (decimal): -5429169 or 5187757. OLE color: 5187757.

HSL color Cylindrical-coordinate representation of color #AD284F: hue angle of 342.41º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD284F is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 79 -
CMYK 0 0.77 0.54 0.32
HSL 342.41º 0.62% 0.42% -
HSV(B) 342.41º 0.77% 0.68% -
XYZ 19.4 10.97 8.49 -
YUV 84.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 173 40 79 0 0.77 0.54 0.32 342.41 0.62 0.42
Hex AD 28 4F 0 4D 36 20 156 3E 2A
Octal 255 50 117 0 115 66 40 526 76 52
Binary 10101101 101000 1001111 0 1001101 110110 100000 101010110 111110 101010

Color Harmonies of #AD284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD284F

Black with #AD284F

Text Example


Text Example

White with #AD284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD284F; }

 p { color: rgb(173,40,79); }

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

background-color css

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

 a { background-color: rgb(173,40,79); }

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

border-color css

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

 span { border-color: rgb(173,40,79); }

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