Html Css Color HEX #A64600 Rust

📋 copy color: '#A64600'

red 166 ◦ green 70 ◦ blue 0

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

Shades of Rust #A64600

Tints of Rust #A64600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.34%
G = 29.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A64600 (or 0xA64600) is known color: Rust. HEX triplet: A6, 46 and 00. RGB value is (166,70,0). Sum of RGB (Red+Green+Blue) = 166+70+0=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A64600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64600 is #59B9FF. Grayscale: #5B5B5B. Windows color (decimal): -5880320 or 18086. OLE color: 18086.

HSL color Cylindrical-coordinate representation of color #A64600: hue angle of 25.3º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A64600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 0 -
CMYK 0 0.58 1 0.35
HSL 25.3º 1% 0.33% -
HSV(B) 25.3º 1% 0.65% -
XYZ 17.92 12.49 1.47 -
YUV 90.72 76.8 181.69 -
System Red Green Blue C M Y K H S L
Decimal 166 70 0 0 0.58 1 0.35 25.3 1 0.33
Hex A6 46 0 0 3A 64 23 19 64 21
Octal 246 106 0 0 72 144 43 31 144 41
Binary 10100110 1000110 0 0 111010 1100100 100011 11001 1100100 100001

Color Harmonies of #A64600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64600

Black with #A64600

Text Example


Text Example

White with #A64600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64600; }

 p { color: rgb(166,70,0); }

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

background-color css

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

 a { background-color: rgb(166,70,0); }

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

border-color css

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

 span { border-color: rgb(166,70,0); }

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