Html Css Color HEX #AD274F Old Rose

📋 copy color: '#AD274F'

red 173 ◦ green 39 ◦ blue 79

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

Shades of Old Rose #AD274F

Tints of Old Rose #AD274F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.4%

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

R = 59.45%
G = 13.4%
B = 27.15%

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

#AD274F (or 0xAD274F) is known color: Old Rose. HEX triplet: AD, 27 and 4F. RGB value is (173,39,79). Sum of RGB (Red+Green+Blue) = 173+39+79=291 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.45% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD274F is #52D8B0. Grayscale: #535353. Windows color (decimal): -5429425 or 5187501. OLE color: 5187501.

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

Color convert

RGB 173 39 79 -
CMYK 0 0.77 0.54 0.32
HSL 342.09º 0.63% 0.42% -
HSV(B) 342.09º 0.77% 0.68% -
XYZ 19.37 10.9 8.48 -
YUV 83.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 173 39 79 0 0.77 0.54 0.32 342.09 0.63 0.42
Hex AD 27 4F 0 4D 36 20 156 3F 2A
Octal 255 47 117 0 115 66 40 526 77 52
Binary 10101101 100111 1001111 0 1001101 110110 100000 101010110 111111 101010

Color Harmonies of #AD274F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD274F

Black with #AD274F

Text Example


Text Example

White with #AD274F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD274F; }

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

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

background-color css

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

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

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

border-color css

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

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

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