Html Css Color HEX #AC4514 Rust

📋 copy color: '#AC4514'

red 172 ◦ green 69 ◦ blue 20

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

Shades of Rust #AC4514

Tints of Rust #AC4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.44%

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

R = 65.9%
G = 26.44%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4514 (or 0xAC4514) is known color: Rust. HEX triplet: AC, 45 and 14. RGB value is (172,69,20). Sum of RGB (Red+Green+Blue) = 172+69+20=261 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.90% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4514 is #53BAEB. Grayscale: #5E5E5E. Windows color (decimal): -5487340 or 1328556. OLE color: 1328556.

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

Color convert

RGB 172 69 20 -
CMYK 0 0.60 0.88 0.33
HSL 19.34º 0.79% 0.38% -
HSV(B) 19.34º 0.88% 0.67% -
XYZ 19.27 13.08 2.17 -
YUV 94.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 172 69 20 0 0.60 0.88 0.33 19.34 0.79 0.38
Hex AC 45 14 0 3C 58 21 13 4F 26
Octal 254 105 24 0 74 130 41 23 117 46
Binary 10101100 1000101 10100 0 111100 1011000 100001 10011 1001111 100110

Color Harmonies of #AC4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4514

Black with #AC4514

Text Example


Text Example

White with #AC4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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