Html Css Color HEX #AC4D0E Rust

📋 copy color: '#AC4D0E'

red 172 ◦ green 77 ◦ blue 14

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

Shades of Rust #AC4D0E

Tints of Rust #AC4D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.28%

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

R = 65.4%
G = 29.28%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC4D0E (or 0xAC4D0E) is known color: Rust. HEX triplet: AC, 4D and 0E. RGB value is (172,77,14). Sum of RGB (Red+Green+Blue) = 172+77+14=263 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.40% from 263); Green value is 77 (30.47% from 255 or 29.28% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D0E is #53B2F1. Grayscale: #626262. Windows color (decimal): -5485298 or 937388. OLE color: 937388.

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

Color convert

RGB 172 77 14 -
CMYK 0 0.55 0.92 0.33
HSL 23.92º 0.85% 0.36% -
HSV(B) 23.92º 0.92% 0.67% -
XYZ 19.75 14.11 2.1 -
YUV 98.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 172 77 14 0 0.55 0.92 0.33 23.92 0.85 0.36
Hex AC 4D E 0 37 5C 21 18 55 24
Octal 254 115 16 0 67 134 41 30 125 44
Binary 10101100 1001101 1110 0 110111 1011100 100001 11000 1010101 100100

Color Harmonies of #AC4D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D0E

Black with #AC4D0E

Text Example


Text Example

White with #AC4D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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