Html Css Color HEX #AC5A28 Fiery Orange

📋 copy color: '#AC5A28'

red 172 ◦ green 90 ◦ blue 40

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

Shades of Fiery Orange #AC5A28

Tints of Fiery Orange #AC5A28

RGB

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

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

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

R = 56.95%
G = 29.8%
B = 13.25%

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

#AC5A28 (or 0xAC5A28) is known color: Fiery Orange. HEX triplet: AC, 5A and 28. RGB value is (172,90,40). Sum of RGB (Red+Green+Blue) = 172+90+40=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A28 is #53A5D7. Grayscale: #6D6D6D. Windows color (decimal): -5481944 or 2644652. OLE color: 2644652.

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

Color convert

RGB 172 90 40 -
CMYK 0 0.48 0.77 0.33
HSL 22.73º 0.62% 0.42% -
HSV(B) 22.73º 0.77% 0.67% -
XYZ 21.05 16.24 4.03 -
YUV 108.82 89.17 173.07 -
System Red Green Blue C M Y K H S L
Decimal 172 90 40 0 0.48 0.77 0.33 22.73 0.62 0.42
Hex AC 5A 28 0 30 4D 21 17 3E 2A
Octal 254 132 50 0 60 115 41 27 76 52
Binary 10101100 1011010 101000 0 110000 1001101 100001 10111 111110 101010

Color Harmonies of #AC5A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A28

Black with #AC5A28

Text Example


Text Example

White with #AC5A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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