Html Css Color HEX #AC4714 Rust

📋 copy color: '#AC4714'

red 172 ◦ green 71 ◦ blue 20

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

Shades of Rust #AC4714

Tints of Rust #AC4714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27%

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

R = 65.4%
G = 27%
B = 7.6%

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

#AC4714 (or 0xAC4714) is known color: Rust. HEX triplet: AC, 47 and 14. RGB value is (172,71,20). Sum of RGB (Red+Green+Blue) = 172+71+20=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 71 (28.12% from 255 or 27.00% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4714 is #53B8EB. Grayscale: #5F5F5F. Windows color (decimal): -5486828 or 1329068. OLE color: 1329068.

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

Color convert

RGB 172 71 20 -
CMYK 0 0.59 0.88 0.33
HSL 20.13º 0.79% 0.38% -
HSV(B) 20.13º 0.88% 0.67% -
XYZ 19.39 13.33 2.21 -
YUV 95.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 172 71 20 0 0.59 0.88 0.33 20.13 0.79 0.38
Hex AC 47 14 0 3B 58 21 14 4F 26
Octal 254 107 24 0 73 130 41 24 117 46
Binary 10101100 1000111 10100 0 111011 1011000 100001 10100 1001111 100110

Color Harmonies of #AC4714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4714

Black with #AC4714

Text Example


Text Example

White with #AC4714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4714; }

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

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

background-color css

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

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

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

border-color css

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

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

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