Html Css Color HEX #A64811 Rust

📋 copy color: '#A64811'

red 166 ◦ green 72 ◦ blue 17

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

Shades of Rust #A64811

Tints of Rust #A64811

RGB

 RED value IS 166 (65.23% from 255) = 65.1%

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 65.1%
G = 28.24%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64811 (or 0xA64811) is known color: Rust. HEX triplet: A6, 48 and 11. RGB value is (166,72,17). Sum of RGB (Red+Green+Blue) = 166+72+17=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A64811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64811 is #59B7EE. Grayscale: #5E5E5E. Windows color (decimal): -5879791 or 1132710. OLE color: 1132710.

HSL color Cylindrical-coordinate representation of color #A64811: hue angle of 22.15º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A64811 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 72 17 -
CMYK 0 0.57 0.90 0.35
HSL 22.15º 0.81% 0.36% -
HSV(B) 22.15º 0.9% 0.65% -
XYZ 18.14 12.78 2.04 -
YUV 93.84 84.64 179.47 -
System Red Green Blue C M Y K H S L
Decimal 166 72 17 0 0.57 0.90 0.35 22.15 0.81 0.36
Hex A6 48 11 0 39 5A 23 16 51 24
Octal 246 110 21 0 71 132 43 26 121 44
Binary 10100110 1001000 10001 0 111001 1011010 100011 10110 1010001 100100

Color Harmonies of #A64811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64811

Black with #A64811

Text Example


Text Example

White with #A64811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64811; }

 p { color: rgb(166,72,17); }

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

background-color css

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

 a { background-color: rgb(166,72,17); }

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

border-color css

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

 span { border-color: rgb(166,72,17); }

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