Html Css Color HEX #AC4304 Rust

📋 copy color: '#AC4304'

red 172 ◦ green 67 ◦ blue 4

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

Shades of Rust #AC4304

Tints of Rust #AC4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.57%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 70.78%
G = 27.57%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC4304 (or 0xAC4304) is known color: Rust. HEX triplet: AC, 43 and 04. RGB value is (172,67,4). Sum of RGB (Red+Green+Blue) = 172+67+4=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4304 is #53BCFB. Grayscale: #5B5B5B. Windows color (decimal): -5487868 or 279468. OLE color: 279468.

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

Color convert

RGB 172 67 4 -
CMYK 0 0.61 0.98 0.33
HSL 22.5º 0.95% 0.35% -
HSV(B) 22.5º 0.98% 0.67% -
XYZ 19.04 12.79 1.58 -
YUV 91.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 172 67 4 0 0.61 0.98 0.33 22.5 0.95 0.35
Hex AC 43 4 0 3D 62 21 16 5F 23
Octal 254 103 4 0 75 142 41 26 137 43
Binary 10101100 1000011 100 0 111101 1100010 100001 10110 1011111 100011

Color Harmonies of #AC4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4304

Black with #AC4304

Text Example


Text Example

White with #AC4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4304; }

 p { color: rgb(172,67,4); }

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

background-color css

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

 a { background-color: rgb(172,67,4); }

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

border-color css

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

 span { border-color: rgb(172,67,4); }

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