Html Css Color HEX #AC4014 Rust

📋 copy color: '#AC4014'

red 172 ◦ green 64 ◦ blue 20

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

Shades of Rust #AC4014

Tints of Rust #AC4014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 67.19%
G = 25%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4014 (or 0xAC4014) is known color: Rust. HEX triplet: AC, 40 and 14. RGB value is (172,64,20). Sum of RGB (Red+Green+Blue) = 172+64+20=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4014 is #53BFEB. Grayscale: #5B5B5B. Windows color (decimal): -5488620 or 1327276. OLE color: 1327276.

HSL color Cylindrical-coordinate representation of color #AC4014: hue angle of 17.37º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC4014 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 20 -
CMYK 0 0.63 0.88 0.33
HSL 17.37º 0.79% 0.38% -
HSV(B) 17.37º 0.88% 0.67% -
XYZ 18.97 12.49 2.07 -
YUV 91.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 172 64 20 0 0.63 0.88 0.33 17.37 0.79 0.38
Hex AC 40 14 0 3F 58 21 11 4F 26
Octal 254 100 24 0 77 130 41 21 117 46
Binary 10101100 1000000 10100 0 111111 1011000 100001 10001 1001111 100110

Color Harmonies of #AC4014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4014

Black with #AC4014

Text Example


Text Example

White with #AC4014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4014; }

 p { color: rgb(172,64,20); }

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

background-color css

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

 a { background-color: rgb(172,64,20); }

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

border-color css

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

 span { border-color: rgb(172,64,20); }

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