#AD552A

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

Shades of Red Stage #AD552A

Tints of Red Stage #AD552A

Color information

#AD552A (or 0xAD552A) is unknown color: approx Red Stage. HEX triplet: AD, 55 and 2A. RGB value is (173,85,42). Sum of RGB (Red+Green+Blue) = 173+85+42=300 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 173 - color contains mainly: red. Hex color #AD552A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD552A is #52AAD5. Grayscale: #6A6A6A. Windows color (decimal): -5417686 or 2774445. OLE color: 2774445.

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

Color convert

RGB1738542-
CMYK00.510.760.32
HSL19.69º60.93%42.16%-
HSV(B)19.69º75.72%67.84%-
XYZ20.915.554.09-
YUV106.4191.65175.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 57.67%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 42 (16.80% from 255) = 14%
R=57.67%
G=28.33%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173854200.510.760.3219.6960.9342.16
HexAD552A0334C20143d2a
Octal2551255206311440247552
Binary1010110110101011010100110011100110010000010100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD552A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD552A; }

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

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

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

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

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

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

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

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