Html Css Color HEX #AD254A Old Rose

📋 copy color: '#AD254A'

red 173 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #AD254A

Tints of Old Rose #AD254A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.03%

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

R = 60.92%
G = 13.03%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AD254A (or 0xAD254A) is known color: Old Rose. HEX triplet: AD, 25 and 4A. RGB value is (173,37,74). Sum of RGB (Red+Green+Blue) = 173+37+74=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD254A is #52DAB5. Grayscale: #515151. Windows color (decimal): -5429942 or 4859309. OLE color: 4859309.

HSL color Cylindrical-coordinate representation of color #AD254A: hue angle of 343.68º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AD254A is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 74 -
CMYK 0 0.79 0.57 0.32
HSL 343.68º 0.65% 0.41% -
HSV(B) 343.68º 0.79% 0.68% -
XYZ 19.13 10.7 7.54 -
YUV 81.88 123.56 192.99 -
System Red Green Blue C M Y K H S L
Decimal 173 37 74 0 0.79 0.57 0.32 343.68 0.65 0.41
Hex AD 25 4A 0 4F 39 20 158 41 29
Octal 255 45 112 0 117 71 40 530 101 51
Binary 10101101 100101 1001010 0 1001111 111001 100000 101011000 1000001 101001

Color Harmonies of #AD254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD254A

Black with #AD254A

Text Example


Text Example

White with #AD254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD254A; }

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

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

background-color css

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

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

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

border-color css

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

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

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