Html Css Color HEX #AD5A32 Fiery Orange

📋 copy color: '#AD5A32'

red 173 ◦ green 90 ◦ blue 50

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

Shades of Fiery Orange #AD5A32

Tints of Fiery Orange #AD5A32

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 55.27%
G = 28.75%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#AD5A32 (or 0xAD5A32) is known color: Fiery Orange. HEX triplet: AD, 5A and 32. RGB value is (173,90,50). Sum of RGB (Red+Green+Blue) = 173+90+50=313 (41% of max value = 765). Red value is 173 (67.97% from 255 or 55.27% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5A32 is #52A5CD. Grayscale: #6E6E6E. Windows color (decimal): -5416398 or 3300013. OLE color: 3300013.

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

Color convert

RGB 173 90 50 -
CMYK 0 0.48 0.71 0.32
HSL 19.51º 0.55% 0.44% -
HSV(B) 19.51º 0.71% 0.68% -
XYZ 21.47 16.43 5.06 -
YUV 110.26 94 172.75 -
System Red Green Blue C M Y K H S L
Decimal 173 90 50 0 0.48 0.71 0.32 19.51 0.55 0.44
Hex AD 5A 32 0 30 47 20 14 37 2C
Octal 255 132 62 0 60 107 40 24 67 54
Binary 10101101 1011010 110010 0 110000 1000111 100000 10100 110111 101100

Color Harmonies of #AD5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5A32

Black with #AD5A32

Text Example


Text Example

White with #AD5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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