#AD5432

Color #AD5432 Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #AD5432

Tints of Red Stage #AD5432

Color information

#AD5432 (or 0xAD5432) is unknown color: approx Red Stage. HEX triplet: AD, 54 and 32. RGB value is (173,84,50). Sum of RGB (Red+Green+Blue) = 173+84+50=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5432 is #52ABCD. Grayscale: #6A6A6A. Windows color (decimal): -5417934 or 3298477. OLE color: 3298477.

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

Color convert

RGB1738450-
CMYK00.510.710.32
HSL16.59º55.16%43.73%-
HSV(B)16.59º71.1%67.84%-
XYZ20.9815.464.9-
YUV106.7495.99175.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=56.35%
G=27.36%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173845000.510.710.3216.5955.1643.73
HexAD5432033472011372c
Octal2551246206310740216754
Binary1010110110101001100100110011100011110000010001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5432; }

 p { color: rgb(173,84,50); }

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

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

 a { background-color: rgb(173,84,50); }

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

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

 span { border-color: rgb(173,84,50); }

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