Html Css Color HEX #AC5011 Rust

📋 copy color: '#AC5011'

red 172 ◦ green 80 ◦ blue 17

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

Shades of Rust #AC5011

Tints of Rust #AC5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.74%

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 63.94%
G = 29.74%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5011 (or 0xAC5011) is known color: Rust. HEX triplet: AC, 50 and 11. RGB value is (172,80,17). Sum of RGB (Red+Green+Blue) = 172+80+17=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5011 is #53AFEE. Grayscale: #646464. Windows color (decimal): -5484527 or 1134764. OLE color: 1134764.

HSL color Cylindrical-coordinate representation of color #AC5011: hue angle of 24.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC5011 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 17 -
CMYK 0 0.53 0.90 0.33
HSL 24.39º 0.82% 0.37% -
HSV(B) 24.39º 0.9% 0.67% -
XYZ 19.98 14.55 2.29 -
YUV 100.33 80.98 179.12 -
System Red Green Blue C M Y K H S L
Decimal 172 80 17 0 0.53 0.90 0.33 24.39 0.82 0.37
Hex AC 50 11 0 35 5A 21 18 52 25
Octal 254 120 21 0 65 132 41 30 122 45
Binary 10101100 1010000 10001 0 110101 1011010 100001 11000 1010010 100101

Color Harmonies of #AC5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5011

Black with #AC5011

Text Example


Text Example

White with #AC5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5011; }

 p { color: rgb(172,80,17); }

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

background-color css

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

 a { background-color: rgb(172,80,17); }

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

border-color css

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

 span { border-color: rgb(172,80,17); }

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