Html Css Color HEX #AC4205 Rust

📋 copy color: '#AC4205'

red 172 ◦ green 66 ◦ blue 5

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

Shades of Rust #AC4205

Tints of Rust #AC4205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.16%

 BLUE value IS 5 (2.34% from 255) = 2.06%

R = 70.78%
G = 27.16%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4205 (or 0xAC4205) is known color: Rust. HEX triplet: AC, 42 and 05. RGB value is (172,66,5). Sum of RGB (Red+Green+Blue) = 172+66+5=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 66 (26.17% from 255 or 27.16% from 243); Blue value is 5 (2.34% from 255 or 2.06% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4205 is #53BDFA. Grayscale: #5B5B5B. Windows color (decimal): -5488123 or 344748. OLE color: 344748.

HSL color Cylindrical-coordinate representation of color #AC4205: hue angle of 21.92º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC4205 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 66 5 -
CMYK 0 0.62 0.97 0.33
HSL 21.92º 0.94% 0.35% -
HSV(B) 21.92º 0.97% 0.67% -
XYZ 18.99 12.68 1.59 -
YUV 90.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 172 66 5 0 0.62 0.97 0.33 21.92 0.94 0.35
Hex AC 42 5 0 3E 61 21 16 5E 23
Octal 254 102 5 0 76 141 41 26 136 43
Binary 10101100 1000010 101 0 111110 1100001 100001 10110 1011110 100011

Color Harmonies of #AC4205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4205

Black with #AC4205

Text Example


Text Example

White with #AC4205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4205; }

 p { color: rgb(172,66,5); }

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

background-color css

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

 a { background-color: rgb(172,66,5); }

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

border-color css

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

 span { border-color: rgb(172,66,5); }

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