Html Css Color HEX #AC5D2E Fiery Orange

📋 copy color: '#AC5D2E'

red 172 ◦ green 93 ◦ blue 46

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

Shades of Fiery Orange #AC5D2E

Tints of Fiery Orange #AC5D2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.79%

R = 55.31%
G = 29.9%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC5D2E (or 0xAC5D2E) is known color: Fiery Orange. HEX triplet: AC, 5D and 2E. RGB value is (172,93,46). Sum of RGB (Red+Green+Blue) = 172+93+46=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D2E is #53A2D1. Grayscale: #6F6F6F. Windows color (decimal): -5481170 or 3038636. OLE color: 3038636.

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

Color convert

RGB 172 93 46 -
CMYK 0 0.46 0.73 0.33
HSL 22.38º 0.58% 0.43% -
HSV(B) 22.38º 0.73% 0.67% -
XYZ 21.42 16.8 4.7 -
YUV 111.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 172 93 46 0 0.46 0.73 0.33 22.38 0.58 0.43
Hex AC 5D 2E 0 2E 49 21 16 3A 2B
Octal 254 135 56 0 56 111 41 26 72 53
Binary 10101100 1011101 101110 0 101110 1001001 100001 10110 111010 101011

Color Harmonies of #AC5D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D2E

Black with #AC5D2E

Text Example


Text Example

White with #AC5D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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