Html Css Color HEX #AC4F12 Rust

📋 copy color: '#AC4F12'

red 172 ◦ green 79 ◦ blue 18

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

Shades of Rust #AC4F12

Tints of Rust #AC4F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.37%

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

R = 63.94%
G = 29.37%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4F12 (or 0xAC4F12) is known color: Rust. HEX triplet: AC, 4F and 12. RGB value is (172,79,18). Sum of RGB (Red+Green+Blue) = 172+79+18=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F12 is #53B0ED. Grayscale: #646464. Windows color (decimal): -5484782 or 1200044. OLE color: 1200044.

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

Color convert

RGB 172 79 18 -
CMYK 0 0.54 0.90 0.33
HSL 23.77º 0.81% 0.37% -
HSV(B) 23.77º 0.9% 0.67% -
XYZ 19.92 14.41 2.3 -
YUV 99.85 81.81 179.46 -
System Red Green Blue C M Y K H S L
Decimal 172 79 18 0 0.54 0.90 0.33 23.77 0.81 0.37
Hex AC 4F 12 0 36 5A 21 18 51 25
Octal 254 117 22 0 66 132 41 30 121 45
Binary 10101100 1001111 10010 0 110110 1011010 100001 11000 1010001 100101

Color Harmonies of #AC4F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F12

Black with #AC4F12

Text Example


Text Example

White with #AC4F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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