Html Css Color HEX #AC5D30 Fiery Orange

📋 copy color: '#AC5D30'

red 172 ◦ green 93 ◦ blue 48

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

Shades of Fiery Orange #AC5D30

Tints of Fiery Orange #AC5D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 54.95%
G = 29.71%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5D30 (or 0xAC5D30) is known color: Fiery Orange. HEX triplet: AC, 5D and 30. RGB value is (172,93,48). Sum of RGB (Red+Green+Blue) = 172+93+48=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5D30 is #53A2CF. Grayscale: #6F6F6F. Windows color (decimal): -5481168 or 3169708. OLE color: 3169708.

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

Color convert

RGB 172 93 48 -
CMYK 0 0.46 0.72 0.33
HSL 21.77º 0.56% 0.43% -
HSV(B) 21.77º 0.72% 0.67% -
XYZ 21.46 16.81 4.91 -
YUV 111.49 92.17 171.16 -
System Red Green Blue C M Y K H S L
Decimal 172 93 48 0 0.46 0.72 0.33 21.77 0.56 0.43
Hex AC 5D 30 0 2E 48 21 16 38 2B
Octal 254 135 60 0 56 110 41 26 70 53
Binary 10101100 1011101 110000 0 101110 1001000 100001 10110 111000 101011

Color Harmonies of #AC5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D30

Black with #AC5D30

Text Example


Text Example

White with #AC5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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