Html Css Color HEX #AC5A33 Fiery Orange

📋 copy color: '#AC5A33'

red 172 ◦ green 90 ◦ blue 51

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

Shades of Fiery Orange #AC5A33

Tints of Fiery Orange #AC5A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.29%

R = 54.95%
G = 28.75%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC5A33 (or 0xAC5A33) is known color: Fiery Orange. HEX triplet: AC, 5A and 33. RGB value is (172,90,51). Sum of RGB (Red+Green+Blue) = 172+90+51=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5A33 is #53A5CC. Grayscale: #6E6E6E. Windows color (decimal): -5481933 or 3365548. OLE color: 3365548.

HSL color Cylindrical-coordinate representation of color #AC5A33: hue angle of 19.34º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC5A33 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 90 51 -
CMYK 0 0.48 0.70 0.33
HSL 19.34º 0.54% 0.44% -
HSV(B) 19.34º 0.7% 0.67% -
XYZ 21.27 16.32 5.16 -
YUV 110.07 94.67 172.17 -
System Red Green Blue C M Y K H S L
Decimal 172 90 51 0 0.48 0.70 0.33 19.34 0.54 0.44
Hex AC 5A 33 0 30 46 21 13 36 2C
Octal 254 132 63 0 60 106 41 23 66 54
Binary 10101100 1011010 110011 0 110000 1000110 100001 10011 110110 101100

Color Harmonies of #AC5A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5A33

Black with #AC5A33

Text Example


Text Example

White with #AC5A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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