Html Css Color HEX #AC4F13 Rust

📋 copy color: '#AC4F13'

red 172 ◦ green 79 ◦ blue 19

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

Shades of Rust #AC4F13

Tints of Rust #AC4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.26%

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

R = 63.7%
G = 29.26%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4F13 (or 0xAC4F13) is known color: Rust. HEX triplet: AC, 4F and 13. RGB value is (172,79,19). Sum of RGB (Red+Green+Blue) = 172+79+19=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 79 (31.25% from 255 or 29.26% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4F13 is #53B0EC. Grayscale: #646464. Windows color (decimal): -5484781 or 1265580. OLE color: 1265580.

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

Color convert

RGB 172 79 19 -
CMYK 0 0.54 0.89 0.33
HSL 23.53º 0.8% 0.37% -
HSV(B) 23.53º 0.89% 0.67% -
XYZ 19.93 14.41 2.35 -
YUV 99.97 82.31 179.38 -
System Red Green Blue C M Y K H S L
Decimal 172 79 19 0 0.54 0.89 0.33 23.53 0.8 0.37
Hex AC 4F 13 0 36 59 21 18 50 25
Octal 254 117 23 0 66 131 41 30 120 45
Binary 10101100 1001111 10011 0 110110 1011001 100001 11000 1010000 100101

Color Harmonies of #AC4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4F13

Black with #AC4F13

Text Example


Text Example

White with #AC4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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