Html Css Color HEX #AC4506 Rust

📋 copy color: '#AC4506'

red 172 ◦ green 69 ◦ blue 6

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

Shades of Rust #AC4506

Tints of Rust #AC4506

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.94%

 BLUE value IS 6 (2.73% from 255) = 2.43%

R = 69.64%
G = 27.94%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC4506 (or 0xAC4506) is known color: Rust. HEX triplet: AC, 45 and 06. RGB value is (172,69,6). Sum of RGB (Red+Green+Blue) = 172+69+6=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4506 is #53BAF9. Grayscale: #5C5C5C. Windows color (decimal): -5487354 or 411052. OLE color: 411052.

HSL color Cylindrical-coordinate representation of color #AC4506: hue angle of 22.77º degrees, saturation: 0.93, 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 #AC4506 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 69 6 -
CMYK 0 0.60 0.97 0.33
HSL 22.77º 0.93% 0.35% -
HSV(B) 22.77º 0.97% 0.67% -
XYZ 19.17 13.04 1.68 -
YUV 92.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 172 69 6 0 0.60 0.97 0.33 22.77 0.93 0.35
Hex AC 45 6 0 3C 61 21 17 5D 23
Octal 254 105 6 0 74 141 41 27 135 43
Binary 10101100 1000101 110 0 111100 1100001 100001 10111 1011101 100011

Color Harmonies of #AC4506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4506

Black with #AC4506

Text Example


Text Example

White with #AC4506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4506; }

 p { color: rgb(172,69,6); }

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

background-color css

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

 a { background-color: rgb(172,69,6); }

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

border-color css

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

 span { border-color: rgb(172,69,6); }

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