Html Css Color HEX #A84711 Rust

📋 copy color: '#A84711'

red 168 ◦ green 71 ◦ blue 17

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

Shades of Rust #A84711

Tints of Rust #A84711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.73%

 BLUE value IS 17 (7.03% from 255) = 6.64%

R = 65.63%
G = 27.73%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A84711 (or 0xA84711) is known color: Rust. HEX triplet: A8, 47 and 11. RGB value is (168,71,17). Sum of RGB (Red+Green+Blue) = 168+71+17=256 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.62% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 168 - color contains mainly: red. Hex color #A84711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84711 is #57B8EE. Grayscale: #5E5E5E. Windows color (decimal): -5748975 or 1132456. OLE color: 1132456.

HSL color Cylindrical-coordinate representation of color #A84711: hue angle of 21.46º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A84711 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 17 -
CMYK 0 0.58 0.90 0.34
HSL 21.46º 0.82% 0.36% -
HSV(B) 21.46º 0.9% 0.66% -
XYZ 18.5 12.87 2.04 -
YUV 93.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 168 71 17 0 0.58 0.90 0.34 21.46 0.82 0.36
Hex A8 47 11 0 3A 5A 22 15 52 24
Octal 250 107 21 0 72 132 42 25 122 44
Binary 10101000 1000111 10001 0 111010 1011010 100010 10101 1010010 100100

Color Harmonies of #A84711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84711

Black with #A84711

Text Example


Text Example

White with #A84711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84711; }

 p { color: rgb(168,71,17); }

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

background-color css

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

 a { background-color: rgb(168,71,17); }

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

border-color css

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

 span { border-color: rgb(168,71,17); }

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