Html Css Color HEX #AC491A Rust

📋 copy color: '#AC491A'

red 172 ◦ green 73 ◦ blue 26

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

Shades of Rust #AC491A

Tints of Rust #AC491A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.94%

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

R = 63.47%
G = 26.94%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC491A (or 0xAC491A) is known color: Rust. HEX triplet: AC, 49 and 1A. RGB value is (172,73,26). Sum of RGB (Red+Green+Blue) = 172+73+26=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC491A is #53B6E5. Grayscale: #616161. Windows color (decimal): -5486310 or 1722796. OLE color: 1722796.

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

Color convert

RGB 172 73 26 -
CMYK 0 0.58 0.85 0.33
HSL 19.32º 0.74% 0.39% -
HSV(B) 19.32º 0.85% 0.67% -
XYZ 19.58 13.61 2.57 -
YUV 97.24 87.8 181.32 -
System Red Green Blue C M Y K H S L
Decimal 172 73 26 0 0.58 0.85 0.33 19.32 0.74 0.39
Hex AC 49 1A 0 3A 55 21 13 4A 27
Octal 254 111 32 0 72 125 41 23 112 47
Binary 10101100 1001001 11010 0 111010 1010101 100001 10011 1001010 100111

Color Harmonies of #AC491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC491A

Black with #AC491A

Text Example


Text Example

White with #AC491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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