Html Css Color HEX #AC5202 Rust

📋 copy color: '#AC5202'

red 172 ◦ green 82 ◦ blue 2

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

Shades of Rust #AC5202

Tints of Rust #AC5202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 67.19%
G = 32.03%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC5202 (or 0xAC5202) is known color: Rust. HEX triplet: AC, 52 and 02. RGB value is (172,82,2). Sum of RGB (Red+Green+Blue) = 172+82+2=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5202 is #53ADFD. Grayscale: #646464. Windows color (decimal): -5484030 or 152236. OLE color: 152236.

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

Color convert

RGB 172 82 2 -
CMYK 0 0.52 0.99 0.33
HSL 28.24º 0.98% 0.34% -
HSV(B) 28.24º 0.99% 0.67% -
XYZ 20.04 14.81 1.86 -
YUV 99.79 72.82 179.5 -
System Red Green Blue C M Y K H S L
Decimal 172 82 2 0 0.52 0.99 0.33 28.24 0.98 0.34
Hex AC 52 2 0 34 63 21 1C 62 22
Octal 254 122 2 0 64 143 41 34 142 42
Binary 10101100 1010010 10 0 110100 1100011 100001 11100 1100010 100010

Color Harmonies of #AC5202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5202

Black with #AC5202

Text Example


Text Example

White with #AC5202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5202; }

 p { color: rgb(172,82,2); }

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

background-color css

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

 a { background-color: rgb(172,82,2); }

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

border-color css

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

 span { border-color: rgb(172,82,2); }

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