Html Css Color HEX #AC5304 Rust

📋 copy color: '#AC5304'

red 172 ◦ green 83 ◦ blue 4

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

Shades of Rust #AC5304

Tints of Rust #AC5304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 66.41%
G = 32.05%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC5304 (or 0xAC5304) is known color: Rust. HEX triplet: AC, 53 and 04. RGB value is (172,83,4). Sum of RGB (Red+Green+Blue) = 172+83+4=259 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.41% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5304 is #53ACFB. Grayscale: #656565. Windows color (decimal): -5483772 or 283564. OLE color: 283564.

HSL color Cylindrical-coordinate representation of color #AC5304: hue angle of 28.21º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC5304 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 4 -
CMYK 0 0.52 0.98 0.33
HSL 28.21º 0.95% 0.35% -
HSV(B) 28.21º 0.98% 0.67% -
XYZ 20.13 14.97 1.94 -
YUV 100.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 172 83 4 0 0.52 0.98 0.33 28.21 0.95 0.35
Hex AC 53 4 0 34 62 21 1C 5F 23
Octal 254 123 4 0 64 142 41 34 137 43
Binary 10101100 1010011 100 0 110100 1100010 100001 11100 1011111 100011

Color Harmonies of #AC5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5304

Black with #AC5304

Text Example


Text Example

White with #AC5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5304; }

 p { color: rgb(172,83,4); }

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

background-color css

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

 a { background-color: rgb(172,83,4); }

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

border-color css

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

 span { border-color: rgb(172,83,4); }

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