Html Css Color HEX #AC460A Rust

📋 copy color: '#AC460A'

red 172 ◦ green 70 ◦ blue 10

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

Shades of Rust #AC460A

Tints of Rust #AC460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.97%

R = 68.25%
G = 27.78%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC460A (or 0xAC460A) is known color: Rust. HEX triplet: AC, 46 and 0A. RGB value is (172,70,10). Sum of RGB (Red+Green+Blue) = 172+70+10=252 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.25% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 172 - color contains mainly: red. Hex color #AC460A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC460A is #53B9F5. Grayscale: #5E5E5E. Windows color (decimal): -5487094 or 673452. OLE color: 673452.

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

Color convert

RGB 172 70 10 -
CMYK 0 0.59 0.94 0.33
HSL 22.22º 0.89% 0.36% -
HSV(B) 22.22º 0.94% 0.67% -
XYZ 19.26 13.17 1.81 -
YUV 93.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 172 70 10 0 0.59 0.94 0.33 22.22 0.89 0.36
Hex AC 46 A 0 3B 5E 21 16 59 24
Octal 254 106 12 0 73 136 41 26 131 44
Binary 10101100 1000110 1010 0 111011 1011110 100001 10110 1011001 100100

Color Harmonies of #AC460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC460A

Black with #AC460A

Text Example


Text Example

White with #AC460A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC460A; }

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

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

background-color css

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

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

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

border-color css

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

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

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