Html Css Color HEX #A64511 Rust

📋 copy color: '#A64511'

red 166 ◦ green 69 ◦ blue 17

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

Shades of Rust #A64511

Tints of Rust #A64511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

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

R = 65.87%
G = 27.38%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A64511 (or 0xA64511) is known color: Rust. HEX triplet: A6, 45 and 11. RGB value is (166,69,17). Sum of RGB (Red+Green+Blue) = 166+69+17=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 17 (7.03% from 255 or 6.75% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A64511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64511 is #59BAEE. Grayscale: #5C5C5C. Windows color (decimal): -5880559 or 1131942. OLE color: 1131942.

HSL color Cylindrical-coordinate representation of color #A64511: hue angle of 20.94º 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 #A64511 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 17 -
CMYK 0 0.58 0.90 0.35
HSL 20.94º 0.81% 0.36% -
HSV(B) 20.94º 0.9% 0.65% -
XYZ 17.96 12.4 1.98 -
YUV 92.08 85.64 180.73 -
System Red Green Blue C M Y K H S L
Decimal 166 69 17 0 0.58 0.90 0.35 20.94 0.81 0.36
Hex A6 45 11 0 3A 5A 23 15 51 24
Octal 246 105 21 0 72 132 43 25 121 44
Binary 10100110 1000101 10001 0 111010 1011010 100011 10101 1010001 100100

Color Harmonies of #A64511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64511

Black with #A64511

Text Example


Text Example

White with #A64511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64511; }

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

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

background-color css

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

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

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

border-color css

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

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

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