Html Css Color HEX #AC4311 Rust

📋 copy color: '#AC4311'

red 172 ◦ green 67 ◦ blue 17

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

Shades of Rust #AC4311

Tints of Rust #AC4311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 67.19%
G = 26.17%
B = 6.64%

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

#AC4311 (or 0xAC4311) is known color: Rust. HEX triplet: AC, 43 and 11. RGB value is (172,67,17). Sum of RGB (Red+Green+Blue) = 172+67+17=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4311 is #53BCEE. Grayscale: #5D5D5D. Windows color (decimal): -5487855 or 1131436. OLE color: 1131436.

HSL color Cylindrical-coordinate representation of color #AC4311: hue angle of 19.35º degrees, saturation: 0.82, 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 #AC4311 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 67 17 -
CMYK 0 0.61 0.90 0.33
HSL 19.35º 0.82% 0.37% -
HSV(B) 19.35º 0.9% 0.67% -
XYZ 19.12 12.83 2 -
YUV 92.7 85.29 184.57 -
System Red Green Blue C M Y K H S L
Decimal 172 67 17 0 0.61 0.90 0.33 19.35 0.82 0.37
Hex AC 43 11 0 3D 5A 21 13 52 25
Octal 254 103 21 0 75 132 41 23 122 45
Binary 10101100 1000011 10001 0 111101 1011010 100001 10011 1010010 100101

Color Harmonies of #AC4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4311

Black with #AC4311

Text Example


Text Example

White with #AC4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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