Html Css Color HEX #AC5302 Rust

📋 copy color: '#AC5302'

red 172 ◦ green 83 ◦ blue 2

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

Shades of Rust #AC5302

Tints of Rust #AC5302

RGB

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

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

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

R = 66.93%
G = 32.3%
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

#AC5302 (or 0xAC5302) is known color: Rust. HEX triplet: AC, 53 and 02. RGB value is (172,83,2). Sum of RGB (Red+Green+Blue) = 172+83+2=257 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.93% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC5302 is #53ACFD. Grayscale: #646464. Windows color (decimal): -5483774 or 152492. OLE color: 152492.

HSL color Cylindrical-coordinate representation of color #AC5302: hue angle of 28.59º 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 #AC5302 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 83 2 -
CMYK 0 0.52 0.99 0.33
HSL 28.59º 0.98% 0.34% -
HSV(B) 28.59º 0.99% 0.67% -
XYZ 20.12 14.96 1.88 -
YUV 100.38 72.49 179.09 -
System Red Green Blue C M Y K H S L
Decimal 172 83 2 0 0.52 0.99 0.33 28.59 0.98 0.34
Hex AC 53 2 0 34 63 21 1D 62 22
Octal 254 123 2 0 64 143 41 35 142 42
Binary 10101100 1010011 10 0 110100 1100011 100001 11101 1100010 100010

Color Harmonies of #AC5302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5302

Black with #AC5302

Text Example


Text Example

White with #AC5302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5302; }

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

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

background-color css

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

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

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

border-color css

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

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

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