Html Css Color HEX #AC4515 Rust

📋 copy color: '#AC4515'

red 172 ◦ green 69 ◦ blue 21

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

Shades of Rust #AC4515

Tints of Rust #AC4515

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.34%

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

R = 65.65%
G = 26.34%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4515 (or 0xAC4515) is known color: Rust. HEX triplet: AC, 45 and 15. RGB value is (172,69,21). Sum of RGB (Red+Green+Blue) = 172+69+21=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4515 is #53BAEA. Grayscale: #5E5E5E. Windows color (decimal): -5487339 or 1394092. OLE color: 1394092.

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

Color convert

RGB 172 69 21 -
CMYK 0 0.60 0.88 0.33
HSL 19.07º 0.78% 0.38% -
HSV(B) 19.07º 0.88% 0.67% -
XYZ 19.28 13.08 2.22 -
YUV 94.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 172 69 21 0 0.60 0.88 0.33 19.07 0.78 0.38
Hex AC 45 15 0 3C 58 21 13 4E 26
Octal 254 105 25 0 74 130 41 23 116 46
Binary 10101100 1000101 10101 0 111100 1011000 100001 10011 1001110 100110

Color Harmonies of #AC4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4515

Black with #AC4515

Text Example


Text Example

White with #AC4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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