Html Css Color HEX #AC582D Fiery Orange

📋 copy color: '#AC582D'

red 172 ◦ green 88 ◦ blue 45

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

Shades of Fiery Orange #AC582D

Tints of Fiery Orange #AC582D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 56.39%
G = 28.85%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC582D (or 0xAC582D) is known color: Fiery Orange. HEX triplet: AC, 58 and 2D. RGB value is (172,88,45). Sum of RGB (Red+Green+Blue) = 172+88+45=305 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.39% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 172 - color contains mainly: red. Hex color #AC582D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC582D is #53A7D2. Grayscale: #6C6C6C. Windows color (decimal): -5482451 or 2971820. OLE color: 2971820.

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

Color convert

RGB 172 88 45 -
CMYK 0 0.49 0.74 0.33
HSL 20.31º 0.59% 0.43% -
HSV(B) 20.31º 0.74% 0.67% -
XYZ 20.98 15.94 4.45 -
YUV 108.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 172 88 45 0 0.49 0.74 0.33 20.31 0.59 0.43
Hex AC 58 2D 0 31 4A 21 14 3B 2B
Octal 254 130 55 0 61 112 41 24 73 53
Binary 10101100 1011000 101101 0 110001 1001010 100001 10100 111011 101011

Color Harmonies of #AC582D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC582D

Black with #AC582D

Text Example


Text Example

White with #AC582D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC582D; }

 p { color: rgb(172,88,45); }

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

background-color css

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

 a { background-color: rgb(172,88,45); }

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

border-color css

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

 span { border-color: rgb(172,88,45); }

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