Html Css Color HEX #A64605 Rust

📋 copy color: '#A64605'

red 166 ◦ green 70 ◦ blue 5

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

Shades of Rust #A64605

Tints of Rust #A64605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 68.88%
G = 29.05%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.35

RGB Variations

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

Color information

#A64605 (or 0xA64605) is known color: Rust. HEX triplet: A6, 46 and 05. RGB value is (166,70,5). Sum of RGB (Red+Green+Blue) = 166+70+5=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 70 (27.73% from 255 or 29.05% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A64605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64605 is #59B9FA. Grayscale: #5B5B5B. Windows color (decimal): -5880315 or 345766. OLE color: 345766.

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

Color convert

RGB 166 70 5 -
CMYK 0 0.58 0.97 0.35
HSL 24.22º 0.94% 0.34% -
HSV(B) 24.22º 0.97% 0.65% -
XYZ 17.94 12.5 1.61 -
YUV 91.29 79.3 181.29 -
System Red Green Blue C M Y K H S L
Decimal 166 70 5 0 0.58 0.97 0.35 24.22 0.94 0.34
Hex A6 46 5 0 3A 61 23 18 5E 22
Octal 246 106 5 0 72 141 43 30 136 42
Binary 10100110 1000110 101 0 111010 1100001 100011 11000 1011110 100010

Color Harmonies of #A64605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64605

Black with #A64605

Text Example


Text Example

White with #A64605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64605; }

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

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

background-color css

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

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

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

border-color css

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

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

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