Html Css Color HEX #AC4202 Rust

📋 copy color: '#AC4202'

red 172 ◦ green 66 ◦ blue 2

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

Shades of Rust #AC4202

Tints of Rust #AC4202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

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

R = 71.67%
G = 27.5%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC4202 (or 0xAC4202) is known color: Rust. HEX triplet: AC, 42 and 02. RGB value is (172,66,2). Sum of RGB (Red+Green+Blue) = 172+66+2=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4202 is #53BDFD. Grayscale: #5A5A5A. Windows color (decimal): -5488126 or 148140. OLE color: 148140.

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

Color convert

RGB 172 66 2 -
CMYK 0 0.62 0.99 0.33
HSL 22.59º 0.98% 0.34% -
HSV(B) 22.59º 0.99% 0.67% -
XYZ 18.97 12.67 1.5 -
YUV 90.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 172 66 2 0 0.62 0.99 0.33 22.59 0.98 0.34
Hex AC 42 2 0 3E 63 21 17 62 22
Octal 254 102 2 0 76 143 41 27 142 42
Binary 10101100 1000010 10 0 111110 1100011 100001 10111 1100010 100010

Color Harmonies of #AC4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4202

Black with #AC4202

Text Example


Text Example

White with #AC4202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4202; }

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

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

background-color css

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

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

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

border-color css

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

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

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