Html Css Color HEX #AC4E13 Rust

📋 copy color: '#AC4E13'

red 172 ◦ green 78 ◦ blue 19

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

Shades of Rust #AC4E13

Tints of Rust #AC4E13

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 63.94%
G = 29%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4E13 (or 0xAC4E13) is known color: Rust. HEX triplet: AC, 4E and 13. RGB value is (172,78,19). Sum of RGB (Red+Green+Blue) = 172+78+19=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4E13 is #53B1EC. Grayscale: #636363. Windows color (decimal): -5485037 or 1265324. OLE color: 1265324.

HSL color Cylindrical-coordinate representation of color #AC4E13: hue angle of 23.14º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4E13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 78 19 -
CMYK 0 0.55 0.89 0.33
HSL 23.14º 0.8% 0.37% -
HSV(B) 23.14º 0.89% 0.67% -
XYZ 19.86 14.27 2.32 -
YUV 99.38 82.64 179.8 -
System Red Green Blue C M Y K H S L
Decimal 172 78 19 0 0.55 0.89 0.33 23.14 0.8 0.37
Hex AC 4E 13 0 37 59 21 17 50 25
Octal 254 116 23 0 67 131 41 27 120 45
Binary 10101100 1001110 10011 0 110111 1011001 100001 10111 1010000 100101

Color Harmonies of #AC4E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4E13

Black with #AC4E13

Text Example


Text Example

White with #AC4E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4E13; }

 p { color: rgb(172,78,19); }

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

background-color css

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

 a { background-color: rgb(172,78,19); }

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

border-color css

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

 span { border-color: rgb(172,78,19); }

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