Html Css Color HEX #A64506 Rust

📋 copy color: '#A64506'

red 166 ◦ green 69 ◦ blue 6

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

Shades of Rust #A64506

Tints of Rust #A64506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 68.88%
G = 28.63%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A64506 (or 0xA64506) is known color: Rust. HEX triplet: A6, 45 and 06. RGB value is (166,69,6). Sum of RGB (Red+Green+Blue) = 166+69+6=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A64506 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64506 is #59BAF9. Grayscale: #5B5B5B. Windows color (decimal): -5880570 or 411046. OLE color: 411046.

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

Color convert

RGB 166 69 6 -
CMYK 0 0.58 0.96 0.35
HSL 23.63º 0.93% 0.34% -
HSV(B) 23.63º 0.96% 0.65% -
XYZ 17.89 12.38 1.62 -
YUV 90.82 80.14 181.62 -
System Red Green Blue C M Y K H S L
Decimal 166 69 6 0 0.58 0.96 0.35 23.63 0.93 0.34
Hex A6 45 6 0 3A 60 23 18 5D 22
Octal 246 105 6 0 72 140 43 30 135 42
Binary 10100110 1000101 110 0 111010 1100000 100011 11000 1011101 100010

Color Harmonies of #A64506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64506

Black with #A64506

Text Example


Text Example

White with #A64506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64506; }

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

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

background-color css

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

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

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

border-color css

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

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

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