Html Css Color HEX #AC4214 Rust

📋 copy color: '#AC4214'

red 172 ◦ green 66 ◦ blue 20

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

Shades of Rust #AC4214

Tints of Rust #AC4214

RGB

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

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

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

R = 66.67%
G = 25.58%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC4214 (or 0xAC4214) is known color: Rust. HEX triplet: AC, 42 and 14. RGB value is (172,66,20). Sum of RGB (Red+Green+Blue) = 172+66+20=258 (34% of max value = 765). Red value is 172 (67.58% from 255 or 66.67% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4214 is #53BDEB. Grayscale: #5C5C5C. Windows color (decimal): -5488108 or 1327788. OLE color: 1327788.

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

Color convert

RGB 172 66 20 -
CMYK 0 0.62 0.88 0.33
HSL 18.16º 0.79% 0.38% -
HSV(B) 18.16º 0.88% 0.67% -
XYZ 19.09 12.72 2.11 -
YUV 92.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 172 66 20 0 0.62 0.88 0.33 18.16 0.79 0.38
Hex AC 42 14 0 3E 58 21 12 4F 26
Octal 254 102 24 0 76 130 41 22 117 46
Binary 10101100 1000010 10100 0 111110 1011000 100001 10010 1001111 100110

Color Harmonies of #AC4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4214

Black with #AC4214

Text Example


Text Example

White with #AC4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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