Html Css Color HEX #AC4C14 Rust

📋 copy color: '#AC4C14'

red 172 ◦ green 76 ◦ blue 20

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

Shades of Rust #AC4C14

Tints of Rust #AC4C14

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 64.18%
G = 28.36%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4C14 (or 0xAC4C14) is known color: Rust. HEX triplet: AC, 4C and 14. RGB value is (172,76,20). Sum of RGB (Red+Green+Blue) = 172+76+20=268 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.18% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4C14 is #53B3EB. Grayscale: #626262. Windows color (decimal): -5485548 or 1330348. OLE color: 1330348.

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

Color convert

RGB 172 76 20 -
CMYK 0 0.56 0.88 0.33
HSL 22.11º 0.79% 0.38% -
HSV(B) 22.11º 0.88% 0.67% -
XYZ 19.72 13.99 2.32 -
YUV 98.32 83.8 180.55 -
System Red Green Blue C M Y K H S L
Decimal 172 76 20 0 0.56 0.88 0.33 22.11 0.79 0.38
Hex AC 4C 14 0 38 58 21 16 4F 26
Octal 254 114 24 0 70 130 41 26 117 46
Binary 10101100 1001100 10100 0 111000 1011000 100001 10110 1001111 100110

Color Harmonies of #AC4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4C14

Black with #AC4C14

Text Example


Text Example

White with #AC4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4C14; }

 p { color: rgb(172,76,20); }

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

background-color css

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

 a { background-color: rgb(172,76,20); }

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

border-color css

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

 span { border-color: rgb(172,76,20); }

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