Html Css Color HEX #AC5D2B Fiery Orange

📋 copy color: '#AC5D2B'

red 172 ◦ green 93 ◦ blue 43

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

Shades of Fiery Orange #AC5D2B

Tints of Fiery Orange #AC5D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.96%

R = 55.84%
G = 30.19%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC5D2B (or 0xAC5D2B) is known color: Fiery Orange. HEX triplet: AC, 5D and 2B. RGB value is (172,93,43). Sum of RGB (Red+Green+Blue) = 172+93+43=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D2B is #53A2D4. Grayscale: #6F6F6F. Windows color (decimal): -5481173 or 2842028. OLE color: 2842028.

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

Color convert

RGB 172 93 43 -
CMYK 0 0.46 0.75 0.33
HSL 23.26º 0.6% 0.42% -
HSV(B) 23.26º 0.75% 0.67% -
XYZ 21.36 16.77 4.4 -
YUV 110.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 172 93 43 0 0.46 0.75 0.33 23.26 0.6 0.42
Hex AC 5D 2B 0 2E 4B 21 17 3C 2A
Octal 254 135 53 0 56 113 41 27 74 52
Binary 10101100 1011101 101011 0 101110 1001011 100001 10111 111100 101010

Color Harmonies of #AC5D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D2B

Black with #AC5D2B

Text Example


Text Example

White with #AC5D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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