Html Css Color HEX #AD3540 Old Rose

📋 copy color: '#AD3540'

red 173 ◦ green 53 ◦ blue 64

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

Shades of Old Rose #AD3540

Tints of Old Rose #AD3540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 59.66%
G = 18.28%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD3540 (or 0xAD3540) is known color: Old Rose. HEX triplet: AD, 35 and 40. RGB value is (173,53,64). Sum of RGB (Red+Green+Blue) = 173+53+64=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3540 is #52CABF. Grayscale: #5A5A5A. Windows color (decimal): -5425856 or 4208045. OLE color: 4208045.

HSL color Cylindrical-coordinate representation of color #AD3540: hue angle of 354.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD3540 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 53 64 -
CMYK 0 0.69 0.63 0.32
HSL 354.5º 0.53% 0.44% -
HSV(B) 354.5º 0.69% 0.68% -
XYZ 19.43 11.8 6.1 -
YUV 90.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 173 53 64 0 0.69 0.63 0.32 354.5 0.53 0.44
Hex AD 35 40 0 45 3F 20 162 35 2C
Octal 255 65 100 0 105 77 40 542 65 54
Binary 10101101 110101 1000000 0 1000101 111111 100000 101100010 110101 101100

Color Harmonies of #AD3540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3540

Black with #AD3540

Text Example


Text Example

White with #AD3540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3540; }

 p { color: rgb(173,53,64); }

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

background-color css

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

 a { background-color: rgb(173,53,64); }

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

border-color css

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

 span { border-color: rgb(173,53,64); }

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