Html Css Color HEX #AC460C Rust

📋 copy color: '#AC460C'

red 172 ◦ green 70 ◦ blue 12

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

Shades of Rust #AC460C

Tints of Rust #AC460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 67.72%
G = 27.56%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC460C (or 0xAC460C) is known color: Rust. HEX triplet: AC, 46 and 0C. RGB value is (172,70,12). Sum of RGB (Red+Green+Blue) = 172+70+12=254 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.72% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 172 - color contains mainly: red. Hex color #AC460C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC460C is #53B9F3. Grayscale: #5E5E5E. Windows color (decimal): -5487092 or 804524. OLE color: 804524.

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

Color convert

RGB 172 70 12 -
CMYK 0 0.59 0.93 0.33
HSL 21.75º 0.87% 0.36% -
HSV(B) 21.75º 0.93% 0.67% -
XYZ 19.27 13.18 1.88 -
YUV 93.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 172 70 12 0 0.59 0.93 0.33 21.75 0.87 0.36
Hex AC 46 C 0 3B 5D 21 16 57 24
Octal 254 106 14 0 73 135 41 26 127 44
Binary 10101100 1000110 1100 0 111011 1011101 100001 10110 1010111 100100

Color Harmonies of #AC460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC460C

Black with #AC460C

Text Example


Text Example

White with #AC460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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