Html Css Color HEX #AC560F Rust

📋 copy color: '#AC560F'

red 172 ◦ green 86 ◦ blue 15

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

Shades of Rust #AC560F

Tints of Rust #AC560F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 63%
G = 31.5%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC560F (or 0xAC560F) is known color: Rust. HEX triplet: AC, 56 and 0F. RGB value is (172,86,15). Sum of RGB (Red+Green+Blue) = 172+86+15=273 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.00% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560F is #53A9F0. Grayscale: #676767. Windows color (decimal): -5482993 or 1005228. OLE color: 1005228.

HSL color Cylindrical-coordinate representation of color #AC560F: hue angle of 27.13º degrees, saturation: 0.84, 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 #AC560F is Cyan = 0, Magento = 0.5, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 86 15 -
CMYK 0 0.5 0.91 0.33
HSL 27.13º 0.84% 0.37% -
HSV(B) 27.13º 0.91% 0.67% -
XYZ 20.43 15.46 2.36 -
YUV 103.62 77.99 176.77 -
System Red Green Blue C M Y K H S L
Decimal 172 86 15 0 0.5 0.91 0.33 27.13 0.84 0.37
Hex AC 56 F 0 32 5B 21 1B 54 25
Octal 254 126 17 0 62 133 41 33 124 45
Binary 10101100 1010110 1111 0 110010 1011011 100001 11011 1010100 100101

Color Harmonies of #AC560F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC560F

Black with #AC560F

Text Example


Text Example

White with #AC560F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC560F; }

 p { color: rgb(172,86,15); }

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

background-color css

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

 a { background-color: rgb(172,86,15); }

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

border-color css

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

 span { border-color: rgb(172,86,15); }

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