Html Css Color HEX #AC5012 Rust

📋 copy color: '#AC5012'

red 172 ◦ green 80 ◦ blue 18

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

Shades of Rust #AC5012

Tints of Rust #AC5012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 63.7%
G = 29.63%
B = 6.67%

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

#AC5012 (or 0xAC5012) is known color: Rust. HEX triplet: AC, 50 and 12. RGB value is (172,80,18). Sum of RGB (Red+Green+Blue) = 172+80+18=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5012 is #53AFED. Grayscale: #646464. Windows color (decimal): -5484526 or 1200300. OLE color: 1200300.

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

Color convert

RGB 172 80 18 -
CMYK 0 0.53 0.90 0.33
HSL 24.16º 0.81% 0.37% -
HSV(B) 24.16º 0.9% 0.67% -
XYZ 19.99 14.55 2.33 -
YUV 100.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 172 80 18 0 0.53 0.90 0.33 24.16 0.81 0.37
Hex AC 50 12 0 35 5A 21 18 51 25
Octal 254 120 22 0 65 132 41 30 121 45
Binary 10101100 1010000 10010 0 110101 1011010 100001 11000 1010001 100101

Color Harmonies of #AC5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5012

Black with #AC5012

Text Example


Text Example

White with #AC5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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