Html Css Color HEX #AD274A Old Rose

📋 copy color: '#AD274A'

red 173 ◦ green 39 ◦ blue 74

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

Shades of Old Rose #AD274A

Tints of Old Rose #AD274A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 60.49%
G = 13.64%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD274A (or 0xAD274A) is known color: Old Rose. HEX triplet: AD, 27 and 4A. RGB value is (173,39,74). Sum of RGB (Red+Green+Blue) = 173+39+74=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD274A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD274A is #52D8B5. Grayscale: #535353. Windows color (decimal): -5429430 or 4859821. OLE color: 4859821.

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

Color convert

RGB 173 39 74 -
CMYK 0 0.77 0.57 0.32
HSL 344.33º 0.63% 0.42% -
HSV(B) 344.33º 0.77% 0.68% -
XYZ 19.2 10.83 7.56 -
YUV 83.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 173 39 74 0 0.77 0.57 0.32 344.33 0.63 0.42
Hex AD 27 4A 0 4D 39 20 158 3F 2A
Octal 255 47 112 0 115 71 40 530 77 52
Binary 10101101 100111 1001010 0 1001101 111001 100000 101011000 111111 101010

Color Harmonies of #AD274A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD274A

Black with #AD274A

Text Example


Text Example

White with #AD274A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD274A; }

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

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

background-color css

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

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

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

border-color css

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

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

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