Html Css Color HEX #AC460F Rust

📋 copy color: '#AC460F'

red 172 ◦ green 70 ◦ blue 15

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

Shades of Rust #AC460F

Tints of Rust #AC460F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 66.93%
G = 27.24%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC460F (or 0xAC460F) is known color: Rust. HEX triplet: AC, 46 and 0F. RGB value is (172,70,15). Sum of RGB (Red+Green+Blue) = 172+70+15=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC460F is #53B9F0. Grayscale: #5E5E5E. Windows color (decimal): -5487089 or 1001132. OLE color: 1001132.

HSL color Cylindrical-coordinate representation of color #AC460F: hue angle of 21.02º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC460F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 15 -
CMYK 0 0.59 0.91 0.33
HSL 21.02º 0.84% 0.37% -
HSV(B) 21.02º 0.91% 0.67% -
XYZ 19.29 13.19 1.98 -
YUV 94.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 172 70 15 0 0.59 0.91 0.33 21.02 0.84 0.37
Hex AC 46 F 0 3B 5B 21 15 54 25
Octal 254 106 17 0 73 133 41 25 124 45
Binary 10101100 1000110 1111 0 111011 1011011 100001 10101 1010100 100101

Color Harmonies of #AC460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC460F

Black with #AC460F

Text Example


Text Example

White with #AC460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC460F; }

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

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

background-color css

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

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

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

border-color css

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

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

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