Html Css Color HEX #A64306 Rust

📋 copy color: '#A64306'

red 166 ◦ green 67 ◦ blue 6

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

Shades of Rust #A64306

Tints of Rust #A64306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.03%

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

R = 69.46%
G = 28.03%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A64306 (or 0xA64306) is known color: Rust. HEX triplet: A6, 43 and 06. RGB value is (166,67,6). Sum of RGB (Red+Green+Blue) = 166+67+6=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A64306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64306 is #59BCF9. Grayscale: #595959. Windows color (decimal): -5881082 or 410534. OLE color: 410534.

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

Color convert

RGB 166 67 6 -
CMYK 0 0.60 0.96 0.35
HSL 22.88º 0.93% 0.34% -
HSV(B) 22.88º 0.96% 0.65% -
XYZ 17.77 12.13 1.58 -
YUV 89.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 166 67 6 0 0.60 0.96 0.35 22.88 0.93 0.34
Hex A6 43 6 0 3C 60 23 17 5D 22
Octal 246 103 6 0 74 140 43 27 135 42
Binary 10100110 1000011 110 0 111100 1100000 100011 10111 1011101 100010

Color Harmonies of #A64306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64306

Black with #A64306

Text Example


Text Example

White with #A64306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64306; }

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

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

background-color css

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

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

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

border-color css

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

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

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