Html Css Color HEX #AC520C Rust

📋 copy color: '#AC520C'

red 172 ◦ green 82 ◦ blue 12

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

Shades of Rust #AC520C

Tints of Rust #AC520C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.51%

R = 64.66%
G = 30.83%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC520C (or 0xAC520C) is known color: Rust. HEX triplet: AC, 52 and 0C. RGB value is (172,82,12). Sum of RGB (Red+Green+Blue) = 172+82+12=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520C is #53ADF3. Grayscale: #656565. Windows color (decimal): -5484020 or 807596. OLE color: 807596.

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

Color convert

RGB 172 82 12 -
CMYK 0 0.52 0.93 0.33
HSL 26.25º 0.87% 0.36% -
HSV(B) 26.25º 0.93% 0.67% -
XYZ 20.1 14.83 2.15 -
YUV 100.93 77.82 178.69 -
System Red Green Blue C M Y K H S L
Decimal 172 82 12 0 0.52 0.93 0.33 26.25 0.87 0.36
Hex AC 52 C 0 34 5D 21 1A 57 24
Octal 254 122 14 0 64 135 41 32 127 44
Binary 10101100 1010010 1100 0 110100 1011101 100001 11010 1010111 100100

Color Harmonies of #AC520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC520C

Black with #AC520C

Text Example


Text Example

White with #AC520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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