Html Css Color HEX #AC520F Rust

📋 copy color: '#AC520F'

red 172 ◦ green 82 ◦ blue 15

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

Shades of Rust #AC520F

Tints of Rust #AC520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 63.94%
G = 30.48%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC520F (or 0xAC520F) is known color: Rust. HEX triplet: AC, 52 and 0F. RGB value is (172,82,15). Sum of RGB (Red+Green+Blue) = 172+82+15=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC520F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC520F is #53ADF0. Grayscale: #656565. Windows color (decimal): -5484017 or 1004204. OLE color: 1004204.

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

Color convert

RGB 172 82 15 -
CMYK 0 0.52 0.91 0.33
HSL 25.61º 0.84% 0.37% -
HSV(B) 25.61º 0.91% 0.67% -
XYZ 20.12 14.84 2.26 -
YUV 101.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 172 82 15 0 0.52 0.91 0.33 25.61 0.84 0.37
Hex AC 52 F 0 34 5B 21 1A 54 25
Octal 254 122 17 0 64 133 41 32 124 45
Binary 10101100 1010010 1111 0 110100 1011011 100001 11010 1010100 100101

Color Harmonies of #AC520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC520F

Black with #AC520F

Text Example


Text Example

White with #AC520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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