Html Css Color HEX #A84412 Rust

📋 copy color: '#A84412'

red 168 ◦ green 68 ◦ blue 18

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

Shades of Rust #A84412

Tints of Rust #A84412

RGB

 RED value IS 168 (66.02% from 255) = 66.14%

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

 BLUE value IS 18 (7.42% from 255) = 7.09%

R = 66.14%
G = 26.77%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A84412 (or 0xA84412) is known color: Rust. HEX triplet: A8, 44 and 12. RGB value is (168,68,18). Sum of RGB (Red+Green+Blue) = 168+68+18=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84412 is #57BBED. Grayscale: #5C5C5C. Windows color (decimal): -5749742 or 1197224. OLE color: 1197224.

HSL color Cylindrical-coordinate representation of color #A84412: hue angle of 20º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A84412 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 18 -
CMYK 0 0.60 0.89 0.34
HSL 20º 0.81% 0.36% -
HSV(B) 20º 0.89% 0.66% -
XYZ 18.32 12.5 2.02 -
YUV 92.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 168 68 18 0 0.60 0.89 0.34 20 0.81 0.36
Hex A8 44 12 0 3C 59 22 14 51 24
Octal 250 104 22 0 74 131 42 24 121 44
Binary 10101000 1000100 10010 0 111100 1011001 100010 10100 1010001 100100

Color Harmonies of #A84412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84412

Black with #A84412

Text Example


Text Example

White with #A84412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84412; }

 p { color: rgb(168,68,18); }

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

background-color css

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

 a { background-color: rgb(168,68,18); }

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

border-color css

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

 span { border-color: rgb(168,68,18); }

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