Html Css Color HEX #AC4402 Rust

📋 copy color: '#AC4402'

red 172 ◦ green 68 ◦ blue 2

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

Shades of Rust #AC4402

Tints of Rust #AC4402

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 71.07%
G = 28.1%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC4402 (or 0xAC4402) is known color: Rust. HEX triplet: AC, 44 and 02. RGB value is (172,68,2). Sum of RGB (Red+Green+Blue) = 172+68+2=242 (32% of max value = 765). Red value is 172 (67.58% from 255 or 71.07% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4402 is #53BBFD. Grayscale: #5B5B5B. Windows color (decimal): -5487614 or 148652. OLE color: 148652.

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

Color convert

RGB 172 68 2 -
CMYK 0 0.60 0.99 0.33
HSL 23.29º 0.98% 0.34% -
HSV(B) 23.29º 0.99% 0.67% -
XYZ 19.09 12.91 1.54 -
YUV 91.57 77.46 185.37 -
System Red Green Blue C M Y K H S L
Decimal 172 68 2 0 0.60 0.99 0.33 23.29 0.98 0.34
Hex AC 44 2 0 3C 63 21 17 62 22
Octal 254 104 2 0 74 143 41 27 142 42
Binary 10101100 1000100 10 0 111100 1100011 100001 10111 1100010 100010

Color Harmonies of #AC4402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4402

Black with #AC4402

Text Example


Text Example

White with #AC4402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4402; }

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

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

background-color css

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

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

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

border-color css

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

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

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