Html Css Color HEX #AC4614 Rust

📋 copy color: '#AC4614'

red 172 ◦ green 70 ◦ blue 20

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

Shades of Rust #AC4614

Tints of Rust #AC4614

RGB

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

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

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

R = 65.65%
G = 26.72%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4614 (or 0xAC4614) is known color: Rust. HEX triplet: AC, 46 and 14. RGB value is (172,70,20). Sum of RGB (Red+Green+Blue) = 172+70+20=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 20 (8.20% from 255 or 7.63% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4614 is #53B9EB. Grayscale: #5F5F5F. Windows color (decimal): -5487084 or 1328812. OLE color: 1328812.

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

Color convert

RGB 172 70 20 -
CMYK 0 0.59 0.88 0.33
HSL 19.74º 0.79% 0.38% -
HSV(B) 19.74º 0.88% 0.67% -
XYZ 19.33 13.2 2.19 -
YUV 94.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 172 70 20 0 0.59 0.88 0.33 19.74 0.79 0.38
Hex AC 46 14 0 3B 58 21 14 4F 26
Octal 254 106 24 0 73 130 41 24 117 46
Binary 10101100 1000110 10100 0 111011 1011000 100001 10100 1001111 100110

Color Harmonies of #AC4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4614

Black with #AC4614

Text Example


Text Example

White with #AC4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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