Html Css Color HEX #AD5532 Red Stage

📋 copy color: '#AD5532'

red 173 ◦ green 85 ◦ blue 50

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

Shades of Red Stage #AD5532

Tints of Red Stage #AD5532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.23%

R = 56.17%
G = 27.6%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5532 (or 0xAD5532) is known color: Red Stage. HEX triplet: AD, 55 and 32. RGB value is (173,85,50). Sum of RGB (Red+Green+Blue) = 173+85+50=308 (40% of max value = 765). Red value is 173 (67.97% from 255 or 56.17% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5532 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5532 is #52AACD. Grayscale: #6B6B6B. Windows color (decimal): -5417678 or 3298733. OLE color: 3298733.

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

Color convert

RGB 173 85 50 -
CMYK 0 0.51 0.71 0.32
HSL 17.07º 0.55% 0.44% -
HSV(B) 17.07º 0.71% 0.68% -
XYZ 21.06 15.61 4.92 -
YUV 107.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 173 85 50 0 0.51 0.71 0.32 17.07 0.55 0.44
Hex AD 55 32 0 33 47 20 11 37 2C
Octal 255 125 62 0 63 107 40 21 67 54
Binary 10101101 1010101 110010 0 110011 1000111 100000 10001 110111 101100

Color Harmonies of #AD5532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5532

Black with #AD5532

Text Example


Text Example

White with #AD5532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5532; }

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

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

background-color css

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

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

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

border-color css

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

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

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