#AC4B01

Color #AC4B01 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AC4B01

Tints of Rust #AC4B01

Color information

#AC4B01 (or 0xAC4B01) is unknown color: approx Rust. HEX triplet: AC, 4B and 01. RGB value is (172,75,1). Sum of RGB (Red+Green+Blue) = 172+75+1=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 75 (29.69% from 255 or 30.24% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B01 is #53B4FE. Grayscale: #5F5F5F. Windows color (decimal): -5485823 or 84908. OLE color: 84908.

HSL color Cylindrical-coordinate representation of color #AC4B01: hue angle of 25.96º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC4B01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB172751-
CMYK00.560.990.33
HSL25.96º98.84%33.92%-
HSV(B)25.96º99.42%67.45%-
XYZ19.5313.811.66-
YUV95.5774.64182.52-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 69.35%
GREEN value IS 75 (29.69% from 255) = 30.24%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=69.35%
G=30.24%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17275100.560.990.3325.9698.8433.92
HexAC4B103863211a6322
Octal2541131070143413214342
Binary101011001001011101110001100011100001110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4B01; }

 p { color: rgb(172,75,1); }

 H1.HeaderClassName
 {
   color: #AC4B01;
 }
 .AnyTagClassName
 {
   color: #AC4B01;
 }
</style>
background-color css

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

 a { background-color: rgb(172,75,1); }

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

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

 span { border-color: rgb(172,75,1); }

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