Html Css Color HEX #A84016 Rust

📋 copy color: '#A84016'

red 168 ◦ green 64 ◦ blue 22

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

Shades of Rust #A84016

Tints of Rust #A84016

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 66.14%
G = 25.2%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.34

RGB Variations

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

Color information

#A84016 (or 0xA84016) is known color: Rust. HEX triplet: A8, 40 and 16. RGB value is (168,64,22). Sum of RGB (Red+Green+Blue) = 168+64+22=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A84016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84016 is #57BFE9. Grayscale: #5A5A5A. Windows color (decimal): -5750762 or 1458344. OLE color: 1458344.

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

Color convert

RGB 168 64 22 -
CMYK 0 0.62 0.87 0.34
HSL 17.26º 0.77% 0.37% -
HSV(B) 17.26º 0.87% 0.66% -
XYZ 18.13 12.05 2.13 -
YUV 90.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 168 64 22 0 0.62 0.87 0.34 17.26 0.77 0.37
Hex A8 40 16 0 3E 57 22 11 4D 25
Octal 250 100 26 0 76 127 42 21 115 45
Binary 10101000 1000000 10110 0 111110 1010111 100010 10001 1001101 100101

Color Harmonies of #A84016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84016

Black with #A84016

Text Example


Text Example

White with #A84016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84016; }

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

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

background-color css

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

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

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

border-color css

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

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

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