Html Css Color HEX #AC4610 Rust

📋 copy color: '#AC4610'

red 172 ◦ green 70 ◦ blue 16

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

Shades of Rust #AC4610

Tints of Rust #AC4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.13%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 66.67%
G = 27.13%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC4610 (or 0xAC4610) is known color: Rust. HEX triplet: AC, 46 and 10. RGB value is (172,70,16). Sum of RGB (Red+Green+Blue) = 172+70+16=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4610 is #53B9EF. Grayscale: #5E5E5E. Windows color (decimal): -5487088 or 1066668. OLE color: 1066668.

HSL color Cylindrical-coordinate representation of color #AC4610: hue angle of 20.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC4610 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 70 16 -
CMYK 0 0.59 0.91 0.33
HSL 20.77º 0.83% 0.37% -
HSV(B) 20.77º 0.91% 0.67% -
XYZ 19.3 13.19 2.02 -
YUV 94.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 172 70 16 0 0.59 0.91 0.33 20.77 0.83 0.37
Hex AC 46 10 0 3B 5B 21 15 53 25
Octal 254 106 20 0 73 133 41 25 123 45
Binary 10101100 1000110 10000 0 111011 1011011 100001 10101 1010011 100101

Color Harmonies of #AC4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4610

Black with #AC4610

Text Example


Text Example

White with #AC4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4610; }

 p { color: rgb(172,70,16); }

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

background-color css

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

 a { background-color: rgb(172,70,16); }

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

border-color css

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

 span { border-color: rgb(172,70,16); }

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