Html Css Color HEX #AC4B0E Rust

📋 copy color: '#AC4B0E'

red 172 ◦ green 75 ◦ blue 14

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

Shades of Rust #AC4B0E

Tints of Rust #AC4B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

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

R = 65.9%
G = 28.74%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC4B0E (or 0xAC4B0E) is known color: Rust. HEX triplet: AC, 4B and 0E. RGB value is (172,75,14). Sum of RGB (Red+Green+Blue) = 172+75+14=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4B0E is #53B4F1. Grayscale: #616161. Windows color (decimal): -5485810 or 936876. OLE color: 936876.

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

Color convert

RGB 172 75 14 -
CMYK 0 0.56 0.92 0.33
HSL 23.16º 0.85% 0.36% -
HSV(B) 23.16º 0.92% 0.67% -
XYZ 19.61 13.83 2.05 -
YUV 97.05 81.14 181.46 -
System Red Green Blue C M Y K H S L
Decimal 172 75 14 0 0.56 0.92 0.33 23.16 0.85 0.36
Hex AC 4B E 0 38 5C 21 17 55 24
Octal 254 113 16 0 70 134 41 27 125 44
Binary 10101100 1001011 1110 0 111000 1011100 100001 10111 1010101 100100

Color Harmonies of #AC4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4B0E

Black with #AC4B0E

Text Example


Text Example

White with #AC4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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