Html Css Color HEX #AC4312 Rust

📋 copy color: '#AC4312'

red 172 ◦ green 67 ◦ blue 18

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

Shades of Rust #AC4312

Tints of Rust #AC4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.07%

 BLUE value IS 18 (7.42% from 255) = 7%

R = 66.93%
G = 26.07%
B = 7%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC4312 (or 0xAC4312) is known color: Rust. HEX triplet: AC, 43 and 12. RGB value is (172,67,18). Sum of RGB (Red+Green+Blue) = 172+67+18=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4312 is #53BCED. Grayscale: #5D5D5D. Windows color (decimal): -5487854 or 1196972. OLE color: 1196972.

HSL color Cylindrical-coordinate representation of color #AC4312: hue angle of 19.09º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC4312 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 67 18 -
CMYK 0 0.61 0.90 0.33
HSL 19.09º 0.81% 0.37% -
HSV(B) 19.09º 0.9% 0.67% -
XYZ 19.13 12.83 2.04 -
YUV 92.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 172 67 18 0 0.61 0.90 0.33 19.09 0.81 0.37
Hex AC 43 12 0 3D 5A 21 13 51 25
Octal 254 103 22 0 75 132 41 23 121 45
Binary 10101100 1000011 10010 0 111101 1011010 100001 10011 1010001 100101

Color Harmonies of #AC4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4312

Black with #AC4312

Text Example


Text Example

White with #AC4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4312; }

 p { color: rgb(172,67,18); }

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

background-color css

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

 a { background-color: rgb(172,67,18); }

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

border-color css

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

 span { border-color: rgb(172,67,18); }

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