Html Css Color HEX #AC5928 Fiery Orange

📋 copy color: '#AC5928'

red 172 ◦ green 89 ◦ blue 40

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

Shades of Fiery Orange #AC5928

Tints of Fiery Orange #AC5928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 57.14%
G = 29.57%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5928 (or 0xAC5928) is known color: Fiery Orange. HEX triplet: AC, 59 and 28. RGB value is (172,89,40). Sum of RGB (Red+Green+Blue) = 172+89+40=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5928 is #53A6D7. Grayscale: #6C6C6C. Windows color (decimal): -5482200 or 2644396. OLE color: 2644396.

HSL color Cylindrical-coordinate representation of color #AC5928: hue angle of 22.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC5928 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 89 40 -
CMYK 0 0.48 0.77 0.33
HSL 22.27º 0.62% 0.42% -
HSV(B) 22.27º 0.77% 0.67% -
XYZ 20.97 16.07 4 -
YUV 108.23 89.5 173.48 -
System Red Green Blue C M Y K H S L
Decimal 172 89 40 0 0.48 0.77 0.33 22.27 0.62 0.42
Hex AC 59 28 0 30 4D 21 16 3E 2A
Octal 254 131 50 0 60 115 41 26 76 52
Binary 10101100 1011001 101000 0 110000 1001101 100001 10110 111110 101010

Color Harmonies of #AC5928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5928

Black with #AC5928

Text Example


Text Example

White with #AC5928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5928; }

 p { color: rgb(172,89,40); }

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

background-color css

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

 a { background-color: rgb(172,89,40); }

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

border-color css

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

 span { border-color: rgb(172,89,40); }

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