Html Css Color HEX #AC4F0C Rust

📋 copy color: '#AC4F0C'

red 172 ◦ green 79 ◦ blue 12

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

Shades of Rust #AC4F0C

Tints of Rust #AC4F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.56%

R = 65.4%
G = 30.04%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC4F0C (or 0xAC4F0C) is known color: Rust. HEX triplet: AC, 4F and 0C. RGB value is (172,79,12). Sum of RGB (Red+Green+Blue) = 172+79+12=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 79 (31.25% from 255 or 30.04% from 263); Blue value is 12 (5.08% from 255 or 4.56% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F0C is #53B0F3. Grayscale: #636363. Windows color (decimal): -5484788 or 806828. OLE color: 806828.

HSL color Cylindrical-coordinate representation of color #AC4F0C: hue angle of 25.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC4F0C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 79 12 -
CMYK 0 0.54 0.93 0.33
HSL 25.13º 0.87% 0.36% -
HSV(B) 25.13º 0.93% 0.67% -
XYZ 19.88 14.39 2.08 -
YUV 99.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 172 79 12 0 0.54 0.93 0.33 25.13 0.87 0.36
Hex AC 4F C 0 36 5D 21 19 57 24
Octal 254 117 14 0 66 135 41 31 127 44
Binary 10101100 1001111 1100 0 110110 1011101 100001 11001 1010111 100100

Color Harmonies of #AC4F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F0C

Black with #AC4F0C

Text Example


Text Example

White with #AC4F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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