Html Css Color HEX #AD552B Red Stage

📋 copy color: '#AD552B'

red 173 ◦ green 85 ◦ blue 43

#AD552B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Stage #AD552B

Tints of Red Stage #AD552B

RGB

 RED value IS 173 (67.97% from 255) = 57.48%

 GREEN value IS 85 (33.59% from 255) = 28.24%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 57.48%
G = 28.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AD552B (or 0xAD552B) is known color: Red Stage. HEX triplet: AD, 55 and 2B. RGB value is (173,85,43). Sum of RGB (Red+Green+Blue) = 173+85+43=301 (39% of max value = 765). Red value is 173 (67.97% from 255 or 57.48% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 173 - color contains mainly: red. Hex color #AD552B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD552B is #52AAD4. Grayscale: #6A6A6A. Windows color (decimal): -5417685 or 2839981. OLE color: 2839981.

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

Color convert

RGB 173 85 43 -
CMYK 0 0.51 0.75 0.32
HSL 19.38º 0.6% 0.42% -
HSV(B) 19.38º 0.75% 0.68% -
XYZ 20.92 15.56 4.19 -
YUV 106.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 173 85 43 0 0.51 0.75 0.32 19.38 0.6 0.42
Hex AD 55 2B 0 33 4B 20 13 3C 2A
Octal 255 125 53 0 63 113 40 23 74 52
Binary 10101101 1010101 101011 0 110011 1001011 100000 10011 111100 101010

Color Harmonies of #AD552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD552B

Black with #AD552B

Text Example


Text Example

White with #AD552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD552B; }

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

 H1.HeaderClassName
 {
   color: #AD552B;
 }
 .AnyTagClassName
 {
   color: #AD552B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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