Html Css Color HEX #AC5204 Rust

📋 copy color: '#AC5204'

red 172 ◦ green 82 ◦ blue 4

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

Shades of Rust #AC5204

Tints of Rust #AC5204

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

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

R = 66.67%
G = 31.78%
B = 1.55%

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

#AC5204 (or 0xAC5204) is known color: Rust. HEX triplet: AC, 52 and 04. RGB value is (172,82,4). Sum of RGB (Red+Green+Blue) = 172+82+4=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5204 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5204 is #53ADFB. Grayscale: #646464. Windows color (decimal): -5484028 or 283308. OLE color: 283308.

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

Color convert

RGB 172 82 4 -
CMYK 0 0.52 0.98 0.33
HSL 27.86º 0.95% 0.35% -
HSV(B) 27.86º 0.98% 0.67% -
XYZ 20.05 14.81 1.92 -
YUV 100.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 172 82 4 0 0.52 0.98 0.33 27.86 0.95 0.35
Hex AC 52 4 0 34 62 21 1C 5F 23
Octal 254 122 4 0 64 142 41 34 137 43
Binary 10101100 1010010 100 0 110100 1100010 100001 11100 1011111 100011

Color Harmonies of #AC5204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5204

Black with #AC5204

Text Example


Text Example

White with #AC5204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5204; }

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

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

background-color css

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

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

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

border-color css

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

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

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