Html Css Color HEX #AC5112 Rust

📋 copy color: '#AC5112'

red 172 ◦ green 81 ◦ blue 18

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

Shades of Rust #AC5112

Tints of Rust #AC5112

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 63.47%
G = 29.89%
B = 6.64%

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

#AC5112 (or 0xAC5112) is known color: Rust. HEX triplet: AC, 51 and 12. RGB value is (172,81,18). Sum of RGB (Red+Green+Blue) = 172+81+18=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5112 is #53AEED. Grayscale: #656565. Windows color (decimal): -5484270 or 1200556. OLE color: 1200556.

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

Color convert

RGB 172 81 18 -
CMYK 0 0.53 0.90 0.33
HSL 24.55º 0.81% 0.37% -
HSV(B) 24.55º 0.9% 0.67% -
XYZ 20.06 14.7 2.35 -
YUV 101.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 172 81 18 0 0.53 0.90 0.33 24.55 0.81 0.37
Hex AC 51 12 0 35 5A 21 19 51 25
Octal 254 121 22 0 65 132 41 31 121 45
Binary 10101100 1010001 10010 0 110101 1011010 100001 11001 1010001 100101

Color Harmonies of #AC5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5112

Black with #AC5112

Text Example


Text Example

White with #AC5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5112; }

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

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

background-color css

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

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

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

border-color css

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

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

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