Html Css Color HEX #AC5311 Rust

📋 copy color: '#AC5311'

red 172 ◦ green 83 ◦ blue 17

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

Shades of Rust #AC5311

Tints of Rust #AC5311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.51%

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

R = 63.24%
G = 30.51%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC5311 (or 0xAC5311) is known color: Rust. HEX triplet: AC, 53 and 11. RGB value is (172,83,17). Sum of RGB (Red+Green+Blue) = 172+83+17=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 83 (32.81% from 255 or 30.51% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5311 is #53ACEE. Grayscale: #666666. Windows color (decimal): -5483759 or 1135532. OLE color: 1135532.

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

Color convert

RGB 172 83 17 -
CMYK 0 0.52 0.90 0.33
HSL 25.55º 0.82% 0.37% -
HSV(B) 25.55º 0.9% 0.67% -
XYZ 20.21 15 2.36 -
YUV 102.09 79.99 177.87 -
System Red Green Blue C M Y K H S L
Decimal 172 83 17 0 0.52 0.90 0.33 25.55 0.82 0.37
Hex AC 53 11 0 34 5A 21 1A 52 25
Octal 254 123 21 0 64 132 41 32 122 45
Binary 10101100 1010011 10001 0 110100 1011010 100001 11010 1010010 100101

Color Harmonies of #AC5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5311

Black with #AC5311

Text Example


Text Example

White with #AC5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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