Html Css Color HEX #AC441A Rust

📋 copy color: '#AC441A'

red 172 ◦ green 68 ◦ blue 26

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

Shades of Rust #AC441A

Tints of Rust #AC441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 64.66%
G = 25.56%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC441A (or 0xAC441A) is known color: Rust. HEX triplet: AC, 44 and 1A. RGB value is (172,68,26). Sum of RGB (Red+Green+Blue) = 172+68+26=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC441A is #53BBE5. Grayscale: #5E5E5E. Windows color (decimal): -5487590 or 1721516. OLE color: 1721516.

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

Color convert

RGB 172 68 26 -
CMYK 0 0.60 0.85 0.33
HSL 17.26º 0.74% 0.39% -
HSV(B) 17.26º 0.85% 0.67% -
XYZ 19.27 12.98 2.47 -
YUV 94.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 172 68 26 0 0.60 0.85 0.33 17.26 0.74 0.39
Hex AC 44 1A 0 3C 55 21 11 4A 27
Octal 254 104 32 0 74 125 41 21 112 47
Binary 10101100 1000100 11010 0 111100 1010101 100001 10001 1001010 100111

Color Harmonies of #AC441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC441A

Black with #AC441A

Text Example


Text Example

White with #AC441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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