Html Css Color HEX #AC5D31 Fiery Orange

📋 copy color: '#AC5D31'

red 172 ◦ green 93 ◦ blue 49

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

Shades of Fiery Orange #AC5D31

Tints of Fiery Orange #AC5D31

RGB

 RED value IS 172 (67.58% from 255) = 54.78%

 GREEN value IS 93 (36.72% from 255) = 29.62%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 54.78%
G = 29.62%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5D31 (or 0xAC5D31) is known color: Fiery Orange. HEX triplet: AC, 5D and 31. RGB value is (172,93,49). Sum of RGB (Red+Green+Blue) = 172+93+49=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D31 is #53A2CE. Grayscale: #6F6F6F. Windows color (decimal): -5481167 or 3235244. OLE color: 3235244.

HSL color Cylindrical-coordinate representation of color #AC5D31: hue angle of 21.46º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC5D31 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 49 -
CMYK 0 0.46 0.72 0.33
HSL 21.46º 0.56% 0.43% -
HSV(B) 21.46º 0.72% 0.67% -
XYZ 21.48 16.82 5.02 -
YUV 111.61 92.67 171.08 -
System Red Green Blue C M Y K H S L
Decimal 172 93 49 0 0.46 0.72 0.33 21.46 0.56 0.43
Hex AC 5D 31 0 2E 48 21 15 38 2B
Octal 254 135 61 0 56 110 41 25 70 53
Binary 10101100 1011101 110001 0 101110 1001000 100001 10101 111000 101011

Color Harmonies of #AC5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D31

Black with #AC5D31

Text Example


Text Example

White with #AC5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D31; }

 p { color: rgb(172,93,49); }

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

background-color css

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

 a { background-color: rgb(172,93,49); }

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

border-color css

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

 span { border-color: rgb(172,93,49); }

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