Html Css Color HEX #AC5010 Rust

📋 copy color: '#AC5010'

red 172 ◦ green 80 ◦ blue 16

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

Shades of Rust #AC5010

Tints of Rust #AC5010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 64.18%
G = 29.85%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5010 (or 0xAC5010) is known color: Rust. HEX triplet: AC, 50 and 10. RGB value is (172,80,16). Sum of RGB (Red+Green+Blue) = 172+80+16=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5010 is #53AFEF. Grayscale: #646464. Windows color (decimal): -5484528 or 1069228. OLE color: 1069228.

HSL color Cylindrical-coordinate representation of color #AC5010: hue angle of 24.62º degrees, saturation: 0.83, 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 #AC5010 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 16 -
CMYK 0 0.53 0.91 0.33
HSL 24.62º 0.83% 0.37% -
HSV(B) 24.62º 0.91% 0.67% -
XYZ 19.98 14.55 2.24 -
YUV 100.21 80.48 179.2 -
System Red Green Blue C M Y K H S L
Decimal 172 80 16 0 0.53 0.91 0.33 24.62 0.83 0.37
Hex AC 50 10 0 35 5B 21 19 53 25
Octal 254 120 20 0 65 133 41 31 123 45
Binary 10101100 1010000 10000 0 110101 1011011 100001 11001 1010011 100101

Color Harmonies of #AC5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5010

Black with #AC5010

Text Example


Text Example

White with #AC5010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5010; }

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

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

background-color css

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

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

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

border-color css

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

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

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