Html Css Color HEX #AC500E Rust

📋 copy color: '#AC500E'

red 172 ◦ green 80 ◦ blue 14

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

Shades of Rust #AC500E

Tints of Rust #AC500E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.08%

 BLUE value IS 14 (5.86% from 255) = 5.26%

R = 64.66%
G = 30.08%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC500E (or 0xAC500E) is known color: Rust. HEX triplet: AC, 50 and 0E. RGB value is (172,80,14). Sum of RGB (Red+Green+Blue) = 172+80+14=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC500E is #53AFF1. Grayscale: #646464. Windows color (decimal): -5484530 or 938156. OLE color: 938156.

HSL color Cylindrical-coordinate representation of color #AC500E: hue angle of 25.06º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC500E is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 80 14 -
CMYK 0 0.53 0.92 0.33
HSL 25.06º 0.85% 0.36% -
HSV(B) 25.06º 0.92% 0.67% -
XYZ 19.96 14.54 2.17 -
YUV 99.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 172 80 14 0 0.53 0.92 0.33 25.06 0.85 0.36
Hex AC 50 E 0 35 5C 21 19 55 24
Octal 254 120 16 0 65 134 41 31 125 44
Binary 10101100 1010000 1110 0 110101 1011100 100001 11001 1010101 100100

Color Harmonies of #AC500E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC500E

Black with #AC500E

Text Example


Text Example

White with #AC500E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC500E; }

 p { color: rgb(172,80,14); }

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

background-color css

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

 a { background-color: rgb(172,80,14); }

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

border-color css

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

 span { border-color: rgb(172,80,14); }

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