Html Css Color HEX #AC4715 Rust

📋 copy color: '#AC4715'

red 172 ◦ green 71 ◦ blue 21

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

Shades of Rust #AC4715

Tints of Rust #AC4715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 65.15%
G = 26.89%
B = 7.95%

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

#AC4715 (or 0xAC4715) is known color: Rust. HEX triplet: AC, 47 and 15. RGB value is (172,71,21). Sum of RGB (Red+Green+Blue) = 172+71+21=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4715 is #53B8EA. Grayscale: #5F5F5F. Windows color (decimal): -5486827 or 1394604. OLE color: 1394604.

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

Color convert

RGB 172 71 21 -
CMYK 0 0.59 0.88 0.33
HSL 19.87º 0.78% 0.38% -
HSV(B) 19.87º 0.88% 0.67% -
XYZ 19.4 13.33 2.26 -
YUV 95.5 85.96 182.57 -
System Red Green Blue C M Y K H S L
Decimal 172 71 21 0 0.59 0.88 0.33 19.87 0.78 0.38
Hex AC 47 15 0 3B 58 21 14 4E 26
Octal 254 107 25 0 73 130 41 24 116 46
Binary 10101100 1000111 10101 0 111011 1011000 100001 10100 1001110 100110

Color Harmonies of #AC4715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4715

Black with #AC4715

Text Example


Text Example

White with #AC4715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4715; }

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

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

background-color css

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

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

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

border-color css

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

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

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