#AD5531

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

Shades of Red Stage #AD5531

Tints of Red Stage #AD5531

Color information

#AD5531 (or 0xAD5531) is unknown color: approx Red Stage. HEX triplet: AD, 55 and 31. RGB value is (173,85,49). Sum of RGB (Red+Green+Blue) = 173+85+49=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5531 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5531 is #52AACE. Grayscale: #6B6B6B. Windows color (decimal): -5417679 or 3233197. OLE color: 3233197.

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

Color convert

RGB1738549-
CMYK00.510.720.32
HSL17.42º55.86%43.53%-
HSV(B)17.42º71.68%67.84%-
XYZ21.0415.64.81-
YUV107.2195.15174.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 49 (19.53% from 255) = 15.96%
R=56.35%
G=27.69%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173854900.510.720.3217.4255.8643.53
HexAD5531033482011382c
Octal2551256106311040217054
Binary1010110110101011100010110011100100010000010001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5531; }

 p { color: rgb(173,85,49); }

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

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

 a { background-color: rgb(173,85,49); }

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

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

 span { border-color: rgb(173,85,49); }

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