Html Css Color HEX #AC4114 Rust

📋 copy color: '#AC4114'

red 172 ◦ green 65 ◦ blue 20

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

Shades of Rust #AC4114

Tints of Rust #AC4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 20 (8.2% from 255) = 7.78%

R = 66.93%
G = 25.29%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4114 (or 0xAC4114) is known color: Rust. HEX triplet: AC, 41 and 14. RGB value is (172,65,20). Sum of RGB (Red+Green+Blue) = 172+65+20=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 20 (8.20% from 255 or 7.78% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4114 is #53BEEB. Grayscale: #5C5C5C. Windows color (decimal): -5488364 or 1327532. OLE color: 1327532.

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

Color convert

RGB 172 65 20 -
CMYK 0 0.62 0.88 0.33
HSL 17.76º 0.79% 0.38% -
HSV(B) 17.76º 0.88% 0.67% -
XYZ 19.03 12.6 2.09 -
YUV 91.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 172 65 20 0 0.62 0.88 0.33 17.76 0.79 0.38
Hex AC 41 14 0 3E 58 21 12 4F 26
Octal 254 101 24 0 76 130 41 22 117 46
Binary 10101100 1000001 10100 0 111110 1011000 100001 10010 1001111 100110

Color Harmonies of #AC4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4114

Black with #AC4114

Text Example


Text Example

White with #AC4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4114; }

 p { color: rgb(172,65,20); }

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

background-color css

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

 a { background-color: rgb(172,65,20); }

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

border-color css

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

 span { border-color: rgb(172,65,20); }

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