#AD343E

Color #AD343E Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #AD343E

Tints of Old Rose #AD343E

Color information

#AD343E (or 0xAD343E) is unknown color: approx Old Rose. HEX triplet: AD, 34 and 3E. RGB value is (173,52,62). Sum of RGB (Red+Green+Blue) = 173+52+62=287 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.28% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 173 - color contains mainly: red. Hex color #AD343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD343E is #52CBC1. Grayscale: #595959. Windows color (decimal): -5426114 or 4076717. OLE color: 4076717.

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

Color convert

RGB1735262-
CMYK00.700.640.32
HSL355.04º53.78%44.12%-
HSV(B)355.04º69.94%67.84%-
XYZ19.3311.695.79-
YUV89.32112.59187.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.28%
GREEN value IS 52 (20.70% from 255) = 18.12%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=60.28%
G=18.12%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173526200.700.640.32355.0453.7844.12
HexAD343E0464020163362c
Octal25564760106100405436654
Binary10101101110100111110010001101000000100000101100011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD343E; }

 p { color: rgb(173,52,62); }

 H1.HeaderClassName
 {
   color: #AD343E;
 }
 .AnyTagClassName
 {
   color: #AD343E;
 }
</style>
background-color css

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

 a { background-color: rgb(173,52,62); }

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

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

 span { border-color: rgb(173,52,62); }

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