Html Css Color HEX #AC5C26 Fiery Orange

📋 copy color: '#AC5C26'

red 172 ◦ green 92 ◦ blue 38

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

Shades of Fiery Orange #AC5C26

Tints of Fiery Orange #AC5C26

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.46%

 BLUE value IS 38 (15.23% from 255) = 12.58%

R = 56.95%
G = 30.46%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC5C26 (or 0xAC5C26) is known color: Fiery Orange. HEX triplet: AC, 5C and 26. RGB value is (172,92,38). Sum of RGB (Red+Green+Blue) = 172+92+38=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 92 (36.33% from 255 or 30.46% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5C26 is #53A3D9. Grayscale: #6E6E6E. Windows color (decimal): -5481434 or 2514092. OLE color: 2514092.

HSL color Cylindrical-coordinate representation of color #AC5C26: hue angle of 24.18º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC5C26 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 92 38 -
CMYK 0 0.47 0.78 0.33
HSL 24.18º 0.64% 0.41% -
HSV(B) 24.18º 0.78% 0.67% -
XYZ 21.19 16.56 3.91 -
YUV 109.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 172 92 38 0 0.47 0.78 0.33 24.18 0.64 0.41
Hex AC 5C 26 0 2F 4E 21 18 40 29
Octal 254 134 46 0 57 116 41 30 100 51
Binary 10101100 1011100 100110 0 101111 1001110 100001 11000 1000000 101001

Color Harmonies of #AC5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5C26

Black with #AC5C26

Text Example


Text Example

White with #AC5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5C26; }

 p { color: rgb(172,92,38); }

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

background-color css

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

 a { background-color: rgb(172,92,38); }

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

border-color css

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

 span { border-color: rgb(172,92,38); }

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