Html Css Color HEX #AC560E Rust

📋 copy color: '#AC560E'

red 172 ◦ green 86 ◦ blue 14

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

Shades of Rust #AC560E

Tints of Rust #AC560E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 63.24%
G = 31.62%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC560E (or 0xAC560E) is known color: Rust. HEX triplet: AC, 56 and 0E. RGB value is (172,86,14). Sum of RGB (Red+Green+Blue) = 172+86+14=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560E is #53A9F1. Grayscale: #676767. Windows color (decimal): -5482994 or 939692. OLE color: 939692.

HSL color Cylindrical-coordinate representation of color #AC560E: hue angle of 27.34º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC560E is Cyan = 0, Magento = 0.5, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 86 14 -
CMYK 0 0.5 0.92 0.33
HSL 27.34º 0.85% 0.36% -
HSV(B) 27.34º 0.92% 0.67% -
XYZ 20.42 15.46 2.32 -
YUV 103.51 77.49 176.85 -
System Red Green Blue C M Y K H S L
Decimal 172 86 14 0 0.5 0.92 0.33 27.34 0.85 0.36
Hex AC 56 E 0 32 5C 21 1B 55 24
Octal 254 126 16 0 62 134 41 33 125 44
Binary 10101100 1010110 1110 0 110010 1011100 100001 11011 1010101 100100

Color Harmonies of #AC560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC560E

Black with #AC560E

Text Example


Text Example

White with #AC560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC560E; }

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

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

background-color css

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

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

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

border-color css

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

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

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