Html Css Color HEX #AC5D29 Fiery Orange

📋 copy color: '#AC5D29'

red 172 ◦ green 93 ◦ blue 41

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

Shades of Fiery Orange #AC5D29

Tints of Fiery Orange #AC5D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 56.21%
G = 30.39%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC5D29 (or 0xAC5D29) is known color: Fiery Orange. HEX triplet: AC, 5D and 29. RGB value is (172,93,41). Sum of RGB (Red+Green+Blue) = 172+93+41=306 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.21% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D29 is #53A2D6. Grayscale: #6E6E6E. Windows color (decimal): -5481175 or 2710956. OLE color: 2710956.

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

Color convert

RGB 172 93 41 -
CMYK 0 0.46 0.76 0.33
HSL 23.82º 0.62% 0.42% -
HSV(B) 23.82º 0.76% 0.67% -
XYZ 21.33 16.76 4.21 -
YUV 110.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 172 93 41 0 0.46 0.76 0.33 23.82 0.62 0.42
Hex AC 5D 29 0 2E 4C 21 18 3E 2A
Octal 254 135 51 0 56 114 41 30 76 52
Binary 10101100 1011101 101001 0 101110 1001100 100001 11000 111110 101010

Color Harmonies of #AC5D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D29

Black with #AC5D29

Text Example


Text Example

White with #AC5D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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