#AD5232

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

Shades of Red Stage #AD5232

Tints of Red Stage #AD5232

Color information

#AD5232 (or 0xAD5232) is unknown color: approx Red Stage. HEX triplet: AD, 52 and 32. RGB value is (173,82,50). Sum of RGB (Red+Green+Blue) = 173+82+50=305 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.72% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5232 is #52ADCD. Grayscale: #696969. Windows color (decimal): -5418446 or 3297965. OLE color: 3297965.

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

Color convert

RGB1738250-
CMYK00.530.710.32
HSL15.61º55.16%43.73%-
HSV(B)15.61º71.1%67.84%-
XYZ20.8315.154.84-
YUV105.5696.65176.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.72%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=56.72%
G=26.89%
B=16.39%

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
Decimal173825000.530.710.3215.6155.1643.73
HexAD5232035472010372c
Octal2551226206510740206754
Binary1010110110100101100100110101100011110000010000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5232; }

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

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

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

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

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

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

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

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