Html Css Color HEX #AC5D23 Fiery Orange

📋 copy color: '#AC5D23'

red 172 ◦ green 93 ◦ blue 35

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

Shades of Fiery Orange #AC5D23

Tints of Fiery Orange #AC5D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.67%

R = 57.33%
G = 31%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5D23 (or 0xAC5D23) is known color: Fiery Orange. HEX triplet: AC, 5D and 23. RGB value is (172,93,35). Sum of RGB (Red+Green+Blue) = 172+93+35=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D23 is #53A2DC. Grayscale: #6E6E6E. Windows color (decimal): -5481181 or 2317740. OLE color: 2317740.

HSL color Cylindrical-coordinate representation of color #AC5D23: hue angle of 25.4º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5D23 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 93 35 -
CMYK 0 0.46 0.80 0.33
HSL 25.4º 0.66% 0.41% -
HSV(B) 25.4º 0.8% 0.67% -
XYZ 21.23 16.72 3.7 -
YUV 110.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 172 93 35 0 0.46 0.80 0.33 25.4 0.66 0.41
Hex AC 5D 23 0 2E 50 21 19 42 29
Octal 254 135 43 0 56 120 41 31 102 51
Binary 10101100 1011101 100011 0 101110 1010000 100001 11001 1000010 101001

Color Harmonies of #AC5D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D23

Black with #AC5D23

Text Example


Text Example

White with #AC5D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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