Html Css Color HEX #AC5310 Rust

📋 copy color: '#AC5310'

red 172 ◦ green 83 ◦ blue 16

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

Shades of Rust #AC5310

Tints of Rust #AC5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 63.47%
G = 30.63%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC5310 (or 0xAC5310) is known color: Rust. HEX triplet: AC, 53 and 10. RGB value is (172,83,16). Sum of RGB (Red+Green+Blue) = 172+83+16=271 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.47% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5310 is #53ACEF. Grayscale: #666666. Windows color (decimal): -5483760 or 1069996. OLE color: 1069996.

HSL color Cylindrical-coordinate representation of color #AC5310: hue angle of 25.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 #AC5310 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 16 -
CMYK 0 0.52 0.91 0.33
HSL 25.77º 0.83% 0.37% -
HSV(B) 25.77º 0.91% 0.67% -
XYZ 20.2 14.99 2.32 -
YUV 101.97 79.49 177.95 -
System Red Green Blue C M Y K H S L
Decimal 172 83 16 0 0.52 0.91 0.33 25.77 0.83 0.37
Hex AC 53 10 0 34 5B 21 1A 53 25
Octal 254 123 20 0 64 133 41 32 123 45
Binary 10101100 1010011 10000 0 110100 1011011 100001 11010 1010011 100101

Color Harmonies of #AC5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5310

Black with #AC5310

Text Example


Text Example

White with #AC5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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