Html Css Color HEX #AC530C Rust

📋 copy color: '#AC530C'

red 172 ◦ green 83 ◦ blue 12

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

Shades of Rust #AC530C

Tints of Rust #AC530C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.49%

R = 64.42%
G = 31.09%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC530C (or 0xAC530C) is known color: Rust. HEX triplet: AC, 53 and 0C. RGB value is (172,83,12). Sum of RGB (Red+Green+Blue) = 172+83+12=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC530C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC530C is #53ACF3. Grayscale: #656565. Windows color (decimal): -5483764 or 807852. OLE color: 807852.

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

Color convert

RGB 172 83 12 -
CMYK 0 0.52 0.93 0.33
HSL 26.63º 0.87% 0.36% -
HSV(B) 26.63º 0.93% 0.67% -
XYZ 20.17 14.98 2.18 -
YUV 101.52 77.49 178.27 -
System Red Green Blue C M Y K H S L
Decimal 172 83 12 0 0.52 0.93 0.33 26.63 0.87 0.36
Hex AC 53 C 0 34 5D 21 1B 57 24
Octal 254 123 14 0 64 135 41 33 127 44
Binary 10101100 1010011 1100 0 110100 1011101 100001 11011 1010111 100100

Color Harmonies of #AC530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC530C

Black with #AC530C

Text Example


Text Example

White with #AC530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC530C; }

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

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

background-color css

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

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

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

border-color css

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

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

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