Html Css Color HEX #AC4613 Rust

📋 copy color: '#AC4613'

red 172 ◦ green 70 ◦ blue 19

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

Shades of Rust #AC4613

Tints of Rust #AC4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

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

R = 65.9%
G = 26.82%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4613 (or 0xAC4613) is known color: Rust. HEX triplet: AC, 46 and 13. RGB value is (172,70,19). Sum of RGB (Red+Green+Blue) = 172+70+19=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4613 is #53B9EC. Grayscale: #5E5E5E. Windows color (decimal): -5487085 or 1263276. OLE color: 1263276.

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

Color convert

RGB 172 70 19 -
CMYK 0 0.59 0.89 0.33
HSL 20º 0.8% 0.37% -
HSV(B) 20º 0.89% 0.67% -
XYZ 19.32 13.2 2.15 -
YUV 94.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 172 70 19 0 0.59 0.89 0.33 20 0.8 0.37
Hex AC 46 13 0 3B 59 21 14 50 25
Octal 254 106 23 0 73 131 41 24 120 45
Binary 10101100 1000110 10011 0 111011 1011001 100001 10100 1010000 100101

Color Harmonies of #AC4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4613

Black with #AC4613

Text Example


Text Example

White with #AC4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4613; }

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

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

background-color css

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

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

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

border-color css

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

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

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