Html Css Color HEX #AC4D14 Rust

📋 copy color: '#AC4D14'

red 172 ◦ green 77 ◦ blue 20

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

Shades of Rust #AC4D14

Tints of Rust #AC4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.62%

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

R = 63.94%
G = 28.62%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4D14 (or 0xAC4D14) is known color: Rust. HEX triplet: AC, 4D and 14. RGB value is (172,77,20). Sum of RGB (Red+Green+Blue) = 172+77+20=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D14 is #53B2EB. Grayscale: #636363. Windows color (decimal): -5485292 or 1330604. OLE color: 1330604.

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

Color convert

RGB 172 77 20 -
CMYK 0 0.55 0.88 0.33
HSL 22.5º 0.79% 0.38% -
HSV(B) 22.5º 0.88% 0.67% -
XYZ 19.79 14.13 2.35 -
YUV 98.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 172 77 20 0 0.55 0.88 0.33 22.5 0.79 0.38
Hex AC 4D 14 0 37 58 21 16 4F 26
Octal 254 115 24 0 67 130 41 26 117 46
Binary 10101100 1001101 10100 0 110111 1011000 100001 10110 1001111 100110

Color Harmonies of #AC4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D14

Black with #AC4D14

Text Example


Text Example

White with #AC4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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