Html Css Color HEX #AD254D Old Rose

📋 copy color: '#AD254D'

red 173 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #AD254D

Tints of Old Rose #AD254D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 60.28%
G = 12.89%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AD254D (or 0xAD254D) is known color: Old Rose. HEX triplet: AD, 25 and 4D. RGB value is (173,37,77). Sum of RGB (Red+Green+Blue) = 173+37+77=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD254D is #52DAB2. Grayscale: #525252. Windows color (decimal): -5429939 or 5055917. OLE color: 5055917.

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

Color convert

RGB 173 37 77 -
CMYK 0 0.79 0.55 0.32
HSL 342.35º 0.65% 0.41% -
HSV(B) 342.35º 0.79% 0.68% -
XYZ 19.23 10.74 8.08 -
YUV 82.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 173 37 77 0 0.79 0.55 0.32 342.35 0.65 0.41
Hex AD 25 4D 0 4F 37 20 156 41 29
Octal 255 45 115 0 117 67 40 526 101 51
Binary 10101101 100101 1001101 0 1001111 110111 100000 101010110 1000001 101001

Color Harmonies of #AD254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD254D

Black with #AD254D

Text Example


Text Example

White with #AD254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD254D; }

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

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

background-color css

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

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

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

border-color css

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

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

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