Html Css Color HEX #AC5A30 Fiery Orange

📋 copy color: '#AC5A30'

red 172 ◦ green 90 ◦ blue 48

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

Shades of Fiery Orange #AC5A30

Tints of Fiery Orange #AC5A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.03%

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

R = 55.48%
G = 29.03%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC5A30 (or 0xAC5A30) is known color: Fiery Orange. HEX triplet: AC, 5A and 30. RGB value is (172,90,48). Sum of RGB (Red+Green+Blue) = 172+90+48=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A30 is #53A5CF. Grayscale: #6D6D6D. Windows color (decimal): -5481936 or 3168940. OLE color: 3168940.

HSL color Cylindrical-coordinate representation of color #AC5A30: hue angle of 20.32º 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 #AC5A30 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 48 -
CMYK 0 0.48 0.72 0.33
HSL 20.32º 0.56% 0.43% -
HSV(B) 20.32º 0.72% 0.67% -
XYZ 21.2 16.3 4.82 -
YUV 109.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 172 90 48 0 0.48 0.72 0.33 20.32 0.56 0.43
Hex AC 5A 30 0 30 48 21 14 38 2B
Octal 254 132 60 0 60 110 41 24 70 53
Binary 10101100 1011010 110000 0 110000 1001000 100001 10100 111000 101011

Color Harmonies of #AC5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A30

Black with #AC5A30

Text Example


Text Example

White with #AC5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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