Html Css Color HEX #AC3F17 Rust

📋 copy color: '#AC3F17'

red 172 ◦ green 63 ◦ blue 23

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

Shades of Rust #AC3F17

Tints of Rust #AC3F17

RGB

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

 GREEN value IS 63 (25% from 255) = 24.42%

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 66.67%
G = 24.42%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AC3F17 (or 0xAC3F17) is known color: Rust. HEX triplet: AC, 3F and 17. RGB value is (172,63,23). Sum of RGB (Red+Green+Blue) = 172+63+23=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F17 is #53C0E8. Grayscale: #5B5B5B. Windows color (decimal): -5488873 or 1523628. OLE color: 1523628.

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

Color convert

RGB 172 63 23 -
CMYK 0 0.63 0.87 0.33
HSL 16.11º 0.76% 0.38% -
HSV(B) 16.11º 0.87% 0.67% -
XYZ 18.95 12.39 2.2 -
YUV 91.03 89.61 185.75 -
System Red Green Blue C M Y K H S L
Decimal 172 63 23 0 0.63 0.87 0.33 16.11 0.76 0.38
Hex AC 3F 17 0 3F 57 21 10 4C 26
Octal 254 77 27 0 77 127 41 20 114 46
Binary 10101100 111111 10111 0 111111 1010111 100001 10000 1001100 100110

Color Harmonies of #AC3F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F17

Black with #AC3F17

Text Example


Text Example

White with #AC3F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F17; }

 p { color: rgb(172,63,23); }

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

background-color css

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

 a { background-color: rgb(172,63,23); }

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

border-color css

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

 span { border-color: rgb(172,63,23); }

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