Html Css Color HEX #AD3642 Old Rose

📋 copy color: '#AD3642'

red 173 ◦ green 54 ◦ blue 66

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

Shades of Old Rose #AD3642

Tints of Old Rose #AD3642

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 59.04%
G = 18.43%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD3642 (or 0xAD3642) is known color: Old Rose. HEX triplet: AD, 36 and 42. RGB value is (173,54,66). Sum of RGB (Red+Green+Blue) = 173+54+66=293 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.04% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3642 is #52C9BD. Grayscale: #5B5B5B. Windows color (decimal): -5425598 or 4339373. OLE color: 4339373.

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

Color convert

RGB 173 54 66 -
CMYK 0 0.69 0.62 0.32
HSL 353.95º 0.52% 0.45% -
HSV(B) 353.95º 0.69% 0.68% -
XYZ 19.54 11.92 6.42 -
YUV 90.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 173 54 66 0 0.69 0.62 0.32 353.95 0.52 0.45
Hex AD 36 42 0 45 3E 20 162 34 2D
Octal 255 66 102 0 105 76 40 542 64 55
Binary 10101101 110110 1000010 0 1000101 111110 100000 101100010 110100 101101

Color Harmonies of #AD3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3642

Black with #AD3642

Text Example


Text Example

White with #AD3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3642; }

 p { color: rgb(173,54,66); }

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

background-color css

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

 a { background-color: rgb(173,54,66); }

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

border-color css

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

 span { border-color: rgb(173,54,66); }

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