Html Css Color HEX #AD5B36 Fiery Orange

📋 copy color: '#AD5B36'

red 173 ◦ green 91 ◦ blue 54

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

Shades of Fiery Orange #AD5B36

Tints of Fiery Orange #AD5B36

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.62%

 BLUE value IS 54 (21.48% from 255) = 16.98%

R = 54.4%
G = 28.62%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AD5B36 (or 0xAD5B36) is known color: Fiery Orange. HEX triplet: AD, 5B and 36. RGB value is (173,91,54). Sum of RGB (Red+Green+Blue) = 173+91+54=318 (42% of max value = 765). Red value is 173 (67.97% from 255 or 54.40% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AD5B36 is #52A4C9. Grayscale: #6F6F6F. Windows color (decimal): -5416138 or 3562413. OLE color: 3562413.

HSL color Cylindrical-coordinate representation of color #AD5B36: hue angle of 18.66º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AD5B36 is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 91 54 -
CMYK 0 0.47 0.69 0.32
HSL 18.66º 0.52% 0.45% -
HSV(B) 18.66º 0.69% 0.68% -
XYZ 21.64 16.63 5.56 -
YUV 111.3 95.67 172.01 -
System Red Green Blue C M Y K H S L
Decimal 173 91 54 0 0.47 0.69 0.32 18.66 0.52 0.45
Hex AD 5B 36 0 2F 45 20 13 34 2D
Octal 255 133 66 0 57 105 40 23 64 55
Binary 10101101 1011011 110110 0 101111 1000101 100000 10011 110100 101101

Color Harmonies of #AD5B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD5B36

Black with #AD5B36

Text Example


Text Example

White with #AD5B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD5B36; }

 p { color: rgb(173,91,54); }

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

background-color css

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

 a { background-color: rgb(173,91,54); }

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

border-color css

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

 span { border-color: rgb(173,91,54); }

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