Html Css Color HEX #AC3406 Rust

📋 copy color: '#AC3406'

red 172 ◦ green 52 ◦ blue 6

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

Shades of Rust #AC3406

Tints of Rust #AC3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 74.78%
G = 22.61%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AC3406 (or 0xAC3406) is known color: Rust. HEX triplet: AC, 34 and 06. RGB value is (172,52,6). Sum of RGB (Red+Green+Blue) = 172+52+6=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3406 is #53CBF9. Grayscale: #525252. Windows color (decimal): -5491706 or 406700. OLE color: 406700.

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

Color convert

RGB 172 52 6 -
CMYK 0 0.70 0.97 0.33
HSL 16.63º 0.93% 0.35% -
HSV(B) 16.63º 0.97% 0.67% -
XYZ 18.27 11.24 1.38 -
YUV 82.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 172 52 6 0 0.70 0.97 0.33 16.63 0.93 0.35
Hex AC 34 6 0 46 61 21 11 5D 23
Octal 254 64 6 0 106 141 41 21 135 43
Binary 10101100 110100 110 0 1000110 1100001 100001 10001 1011101 100011

Color Harmonies of #AC3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3406

Black with #AC3406

Text Example


Text Example

White with #AC3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3406; }

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

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

background-color css

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

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

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

border-color css

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

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

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