Html Css Color HEX #AD3340 Old Rose

📋 copy color: '#AD3340'

red 173 ◦ green 51 ◦ blue 64

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

Shades of Old Rose #AD3340

Tints of Old Rose #AD3340

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.71%

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

R = 60.07%
G = 17.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AD3340 (or 0xAD3340) is known color: Old Rose. HEX triplet: AD, 33 and 40. RGB value is (173,51,64). Sum of RGB (Red+Green+Blue) = 173+51+64=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3340 is #52CCBF. Grayscale: #595959. Windows color (decimal): -5426368 or 4207533. OLE color: 4207533.

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

Color convert

RGB 173 51 64 -
CMYK 0 0.71 0.63 0.32
HSL 353.61º 0.54% 0.44% -
HSV(B) 353.61º 0.71% 0.68% -
XYZ 19.34 11.62 6.07 -
YUV 88.96 113.92 187.94 -
System Red Green Blue C M Y K H S L
Decimal 173 51 64 0 0.71 0.63 0.32 353.61 0.54 0.44
Hex AD 33 40 0 47 3F 20 162 36 2C
Octal 255 63 100 0 107 77 40 542 66 54
Binary 10101101 110011 1000000 0 1000111 111111 100000 101100010 110110 101100

Color Harmonies of #AD3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3340

Black with #AD3340

Text Example


Text Example

White with #AD3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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