Html Css Color HEX #AD3341 Old Rose

📋 copy color: '#AD3341'

red 173 ◦ green 51 ◦ blue 65

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

Shades of Old Rose #AD3341

Tints of Old Rose #AD3341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 59.86%
G = 17.65%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3341 (or 0xAD3341) is known color: Old Rose. HEX triplet: AD, 33 and 41. RGB value is (173,51,65). Sum of RGB (Red+Green+Blue) = 173+51+65=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3341 is #52CCBE. Grayscale: #595959. Windows color (decimal): -5426367 or 4273069. OLE color: 4273069.

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

Color convert

RGB 173 51 65 -
CMYK 0 0.71 0.62 0.32
HSL 353.11º 0.54% 0.44% -
HSV(B) 353.11º 0.71% 0.68% -
XYZ 19.37 11.63 6.23 -
YUV 89.07 114.42 187.86 -
System Red Green Blue C M Y K H S L
Decimal 173 51 65 0 0.71 0.62 0.32 353.11 0.54 0.44
Hex AD 33 41 0 47 3E 20 161 36 2C
Octal 255 63 101 0 107 76 40 541 66 54
Binary 10101101 110011 1000001 0 1000111 111110 100000 101100001 110110 101100

Color Harmonies of #AD3341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3341

Black with #AD3341

Text Example


Text Example

White with #AD3341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3341; }

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

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

background-color css

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

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

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

border-color css

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

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

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