Html Css Color HEX #AC4513 Rust

📋 copy color: '#AC4513'

red 172 ◦ green 69 ◦ blue 19

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

Shades of Rust #AC4513

Tints of Rust #AC4513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.54%

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

R = 66.15%
G = 26.54%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4513 (or 0xAC4513) is known color: Rust. HEX triplet: AC, 45 and 13. RGB value is (172,69,19). Sum of RGB (Red+Green+Blue) = 172+69+19=260 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.15% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4513 is #53BAEC. Grayscale: #5E5E5E. Windows color (decimal): -5487341 or 1263020. OLE color: 1263020.

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

Color convert

RGB 172 69 19 -
CMYK 0 0.60 0.89 0.33
HSL 19.61º 0.8% 0.37% -
HSV(B) 19.61º 0.89% 0.67% -
XYZ 19.26 13.07 2.12 -
YUV 94.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 172 69 19 0 0.60 0.89 0.33 19.61 0.8 0.37
Hex AC 45 13 0 3C 59 21 14 50 25
Octal 254 105 23 0 74 131 41 24 120 45
Binary 10101100 1000101 10011 0 111100 1011001 100001 10100 1010000 100101

Color Harmonies of #AC4513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4513

Black with #AC4513

Text Example


Text Example

White with #AC4513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4513; }

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

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

background-color css

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

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

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

border-color css

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

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

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