Html Css Color HEX #AC5D28 Fiery Orange

📋 copy color: '#AC5D28'

red 172 ◦ green 93 ◦ blue 40

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

Shades of Fiery Orange #AC5D28

Tints of Fiery Orange #AC5D28

RGB

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

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

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

R = 56.39%
G = 30.49%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5D28 (or 0xAC5D28) is known color: Fiery Orange. HEX triplet: AC, 5D and 28. RGB value is (172,93,40). Sum of RGB (Red+Green+Blue) = 172+93+40=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 40 (16.02% from 255 or 13.11% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D28 is #53A2D7. Grayscale: #6E6E6E. Windows color (decimal): -5481176 or 2645420. OLE color: 2645420.

HSL color Cylindrical-coordinate representation of color #AC5D28: hue angle of 24.09º 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 #AC5D28 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 40 -
CMYK 0 0.46 0.77 0.33
HSL 24.09º 0.62% 0.42% -
HSV(B) 24.09º 0.77% 0.67% -
XYZ 21.31 16.75 4.12 -
YUV 110.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 172 93 40 0 0.46 0.77 0.33 24.09 0.62 0.42
Hex AC 5D 28 0 2E 4D 21 18 3E 2A
Octal 254 135 50 0 56 115 41 30 76 52
Binary 10101100 1011101 101000 0 101110 1001101 100001 11000 111110 101010

Color Harmonies of #AC5D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D28

Black with #AC5D28

Text Example


Text Example

White with #AC5D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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