Html Css Color HEX #AC4A15 Rust

📋 copy color: '#AC4A15'

red 172 ◦ green 74 ◦ blue 21

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

Shades of Rust #AC4A15

Tints of Rust #AC4A15

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 64.42%
G = 27.72%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4A15 (or 0xAC4A15) is known color: Rust. HEX triplet: AC, 4A and 15. RGB value is (172,74,21). Sum of RGB (Red+Green+Blue) = 172+74+21=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4A15 is #53B5EA. Grayscale: #616161. Windows color (decimal): -5486059 or 1395372. OLE color: 1395372.

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

Color convert

RGB 172 74 21 -
CMYK 0 0.57 0.88 0.33
HSL 21.06º 0.78% 0.38% -
HSV(B) 21.06º 0.88% 0.67% -
XYZ 19.6 13.72 2.33 -
YUV 97.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 172 74 21 0 0.57 0.88 0.33 21.06 0.78 0.38
Hex AC 4A 15 0 39 58 21 15 4E 26
Octal 254 112 25 0 71 130 41 25 116 46
Binary 10101100 1001010 10101 0 111001 1011000 100001 10101 1001110 100110

Color Harmonies of #AC4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A15

Black with #AC4A15

Text Example


Text Example

White with #AC4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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