#AD5630

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

Shades of Red Stage #AD5630

Tints of Red Stage #AD5630

Color information

#AD5630 (or 0xAD5630) is unknown color: approx Red Stage. HEX triplet: AD, 56 and 30. RGB value is (173,86,48). Sum of RGB (Red+Green+Blue) = 173+86+48=307 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.35% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5630 is #52A9CF. Grayscale: #6B6B6B. Windows color (decimal): -5417424 or 3167917. OLE color: 3167917.

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

Color convert

RGB1738648-
CMYK00.500.720.32
HSL18.24º56.56%43.33%-
HSV(B)18.24º72.25%67.84%-
XYZ21.0915.754.73-
YUV107.6894.32174.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 56.35%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=56.35%
G=28.01%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173864800.500.720.3218.2456.5643.33
HexAD5630032482012392b
Octal2551266006211040227153
Binary1010110110101101100000110010100100010000010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5630; }

 p { color: rgb(173,86,48); }

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

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

 a { background-color: rgb(173,86,48); }

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

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

 span { border-color: rgb(173,86,48); }

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