Html Css Color HEX #AD5230 Red Stage

📋 copy color: '#AD5230'

red 173 ◦ green 82 ◦ blue 48

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

Shades of Red Stage #AD5230

Tints of Red Stage #AD5230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 48 (19.14% from 255) = 15.84%

R = 57.1%
G = 27.06%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD5230 (or 0xAD5230) is known color: Red Stage. HEX triplet: AD, 52 and 30. RGB value is (173,82,48). Sum of RGB (Red+Green+Blue) = 173+82+48=303 (40% of max value = 765). Red value is 173 (67.97% from 255 or 57.10% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5230 is #52ADCF. Grayscale: #696969. Windows color (decimal): -5418448 or 3166893. OLE color: 3166893.

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

Color convert

RGB 173 82 48 -
CMYK 0 0.53 0.72 0.32
HSL 16.32º 0.57% 0.43% -
HSV(B) 16.32º 0.72% 0.68% -
XYZ 20.78 15.13 4.62 -
YUV 105.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 173 82 48 0 0.53 0.72 0.32 16.32 0.57 0.43
Hex AD 52 30 0 35 48 20 10 39 2B
Octal 255 122 60 0 65 110 40 20 71 53
Binary 10101101 1010010 110000 0 110101 1001000 100000 10000 111001 101011

Color Harmonies of #AD5230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5230

Black with #AD5230

Text Example


Text Example

White with #AD5230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5230; }

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

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

background-color css

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

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

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

border-color css

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

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

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