Html Css Color HEX #AC560B Rust

📋 copy color: '#AC560B'

red 172 ◦ green 86 ◦ blue 11

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

Shades of Rust #AC560B

Tints of Rust #AC560B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.09%

R = 63.94%
G = 31.97%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC560B (or 0xAC560B) is known color: Rust. HEX triplet: AC, 56 and 0B. RGB value is (172,86,11). Sum of RGB (Red+Green+Blue) = 172+86+11=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC560B is #53A9F4. Grayscale: #676767. Windows color (decimal): -5482997 or 743084. OLE color: 743084.

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

Color convert

RGB 172 86 11 -
CMYK 0 0.5 0.94 0.33
HSL 27.95º 0.88% 0.36% -
HSV(B) 27.95º 0.94% 0.67% -
XYZ 20.4 15.45 2.22 -
YUV 103.16 75.99 177.1 -
System Red Green Blue C M Y K H S L
Decimal 172 86 11 0 0.5 0.94 0.33 27.95 0.88 0.36
Hex AC 56 B 0 32 5E 21 1C 58 24
Octal 254 126 13 0 62 136 41 34 130 44
Binary 10101100 1010110 1011 0 110010 1011110 100001 11100 1011000 100100

Color Harmonies of #AC560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC560B

Black with #AC560B

Text Example


Text Example

White with #AC560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC560B; }

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

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

background-color css

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

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

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

border-color css

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

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

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