Html Css Color HEX #AD264C Old Rose

📋 copy color: '#AD264C'

red 173 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #AD264C

Tints of Old Rose #AD264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 60.28%
G = 13.24%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AD264C (or 0xAD264C) is known color: Old Rose. HEX triplet: AD, 26 and 4C. RGB value is (173,38,76). Sum of RGB (Red+Green+Blue) = 173+38+76=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD264C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD264C is #52D9B3. Grayscale: #525252. Windows color (decimal): -5429684 or 4990637. OLE color: 4990637.

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

Color convert

RGB 173 38 76 -
CMYK 0 0.78 0.56 0.32
HSL 343.11º 0.64% 0.41% -
HSV(B) 343.11º 0.78% 0.68% -
XYZ 19.23 10.79 7.91 -
YUV 82.7 124.23 192.41 -
System Red Green Blue C M Y K H S L
Decimal 173 38 76 0 0.78 0.56 0.32 343.11 0.64 0.41
Hex AD 26 4C 0 4E 38 20 157 40 29
Octal 255 46 114 0 116 70 40 527 100 51
Binary 10101101 100110 1001100 0 1001110 111000 100000 101010111 1000000 101001

Color Harmonies of #AD264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD264C

Black with #AD264C

Text Example


Text Example

White with #AD264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD264C; }

 p { color: rgb(173,38,76); }

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

background-color css

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

 a { background-color: rgb(173,38,76); }

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

border-color css

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

 span { border-color: rgb(173,38,76); }

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