Html Css Color HEX #AC461A Rust

📋 copy color: '#AC461A'

red 172 ◦ green 70 ◦ blue 26

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

Shades of Rust #AC461A

Tints of Rust #AC461A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 64.18%
G = 26.12%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC461A (or 0xAC461A) is known color: Rust. HEX triplet: AC, 46 and 1A. RGB value is (172,70,26). Sum of RGB (Red+Green+Blue) = 172+70+26=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC461A is #53B9E5. Grayscale: #5F5F5F. Windows color (decimal): -5487078 or 1722028. OLE color: 1722028.

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

Color convert

RGB 172 70 26 -
CMYK 0 0.59 0.85 0.33
HSL 18.08º 0.74% 0.39% -
HSV(B) 18.08º 0.85% 0.67% -
XYZ 19.39 13.23 2.51 -
YUV 95.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 172 70 26 0 0.59 0.85 0.33 18.08 0.74 0.39
Hex AC 46 1A 0 3B 55 21 12 4A 27
Octal 254 106 32 0 73 125 41 22 112 47
Binary 10101100 1000110 11010 0 111011 1010101 100001 10010 1001010 100111

Color Harmonies of #AC461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC461A

Black with #AC461A

Text Example


Text Example

White with #AC461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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