Html Css Color HEX #AD2645 Old Rose

📋 copy color: '#AD2645'

red 173 ◦ green 38 ◦ blue 69

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

Shades of Old Rose #AD2645

Tints of Old Rose #AD2645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 61.79%
G = 13.57%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AD2645 (or 0xAD2645) is known color: Old Rose. HEX triplet: AD, 26 and 45. RGB value is (173,38,69). Sum of RGB (Red+Green+Blue) = 173+38+69=280 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.79% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2645 is #52D9BA. Grayscale: #515151. Windows color (decimal): -5429691 or 4531885. OLE color: 4531885.

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

Color convert

RGB 173 38 69 -
CMYK 0 0.78 0.60 0.32
HSL 346.22º 0.64% 0.41% -
HSV(B) 346.22º 0.78% 0.68% -
XYZ 19 10.7 6.69 -
YUV 81.9 120.73 192.98 -
System Red Green Blue C M Y K H S L
Decimal 173 38 69 0 0.78 0.60 0.32 346.22 0.64 0.41
Hex AD 26 45 0 4E 3C 20 15A 40 29
Octal 255 46 105 0 116 74 40 532 100 51
Binary 10101101 100110 1000101 0 1001110 111100 100000 101011010 1000000 101001

Color Harmonies of #AD2645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2645

Black with #AD2645

Text Example


Text Example

White with #AD2645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2645; }

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

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

background-color css

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

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

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

border-color css

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

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

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