Html Css Color HEX #A84916 Rust

📋 copy color: '#A84916'

red 168 ◦ green 73 ◦ blue 22

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

Shades of Rust #A84916

Tints of Rust #A84916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 22 (8.98% from 255) = 8.37%

R = 63.88%
G = 27.76%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A84916 (or 0xA84916) is known color: Rust. HEX triplet: A8, 49 and 16. RGB value is (168,73,22). Sum of RGB (Red+Green+Blue) = 168+73+22=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A84916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84916 is #57B6E9. Grayscale: #5F5F5F. Windows color (decimal): -5748458 or 1460648. OLE color: 1460648.

HSL color Cylindrical-coordinate representation of color #A84916: hue angle of 20.96º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A84916 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 22 -
CMYK 0 0.57 0.87 0.34
HSL 20.96º 0.77% 0.37% -
HSV(B) 20.96º 0.87% 0.66% -
XYZ 18.68 13.15 2.31 -
YUV 95.59 86.47 179.65 -
System Red Green Blue C M Y K H S L
Decimal 168 73 22 0 0.57 0.87 0.34 20.96 0.77 0.37
Hex A8 49 16 0 39 57 22 15 4D 25
Octal 250 111 26 0 71 127 42 25 115 45
Binary 10101000 1001001 10110 0 111001 1010111 100010 10101 1001101 100101

Color Harmonies of #A84916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84916

Black with #A84916

Text Example


Text Example

White with #A84916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84916; }

 p { color: rgb(168,73,22); }

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

background-color css

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

 a { background-color: rgb(168,73,22); }

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

border-color css

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

 span { border-color: rgb(168,73,22); }

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