#AD5132

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

Shades of Red Stage #AD5132

Tints of Red Stage #AD5132

Color information

#AD5132 (or 0xAD5132) is unknown color: approx Red Stage. HEX triplet: AD, 51 and 32. RGB value is (173,81,50). Sum of RGB (Red+Green+Blue) = 173+81+50=304 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.91% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5132 is #52AECD. Grayscale: #696969. Windows color (decimal): -5418702 or 3297709. OLE color: 3297709.

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

Color convert

RGB1738150-
CMYK00.530.710.32
HSL15.12º55.16%43.73%-
HSV(B)15.12º71.1%67.84%-
XYZ20.75154.82-
YUV104.9796.98176.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.91%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=56.91%
G=26.64%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173815000.530.710.3215.1255.1643.73
HexAD51320354720f372c
Octal2551216206510740176754
Binary101011011010001110010011010110001111000001111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5132; }

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

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

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

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

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

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

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

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